Relative Content

Tag Archive for reactjstypescriptreact-hook-formreact-i18next

cannot use react-input-mask with typescript

No overload matches this call.
Overload 1 of 2, ‘(props: Props): ReactInputMask’, gave the following error.
Type ‘(inputProps: Props) => JSX.Element’ is not assignable to type ‘ReactI18NextChildren | Iterable’.
Overload 2 of 2, ‘(props: Props, context: any): ReactInputMask’, gave the following error.
Type ‘(inputProps: Props) => JSX.Element’ is not assignable to type ‘ReactI18NextChildren | Iterable’.ts(2769)