When using styled on TextInput to create a styled component, I get a TypeScript error if I pass ref to it (regardless of the actual ref value):

However, I am able to use the ref just fine after placing @ts-ignore above the StyledTextInput. I believe this is only an issue on the TypeScript side.
It would be nice to see this get fixed. Thanks!
When using

styledonTextInputto create a styled component, I get a TypeScript error if I pass ref to it (regardless of the actual ref value):However, I am able to use the ref just fine after placing
@ts-ignoreabove theStyledTextInput. I believe this is only an issue on the TypeScript side.It would be nice to see this get fixed. Thanks!