MaskInput with Typescript errors as missing ever TextInput prop
Closed this issue · 2 comments
Seanmclem commented
When I add the MaskInput in my code like seen in the README, it underlines red as missing every prop from TextInput. With Typescript
specifically is missing the following properties from type 'Pick<TextInputProps,
and it lists over 100
Important to note that without actually throwing build errors, it will still run, but somethings still not right
CaioQuirinoMedeiros commented
You right, the typing is messed up, I'll take a look at it
CaioQuirinoMedeiros commented
fixed on v1.0.4