You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use localization , but it tell me a error Type error: Type '{ country: string; value: string; onChange: (value: string) => void; onlyCountries: string[]; localization: { de: string; es: string; }; }' is not assignable to type 'IntrinsicAttributes & PhoneInputProps & { children?: ReactNode; }'. Property 'localization' does not exist on type 'IntrinsicAttributes & PhoneInputProps & { children?: ReactNode; }'. TS2322