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
Type 'RefObject<TextInput>' is not assignable to type 'LegacyRef<TextInputProps> | undefined'. Type 'RefObject<TextInput>' is not assignable to type 'RefObject<TextInputProps>'. Type 'TextInput' has no properties in common with type 'TextInputProps'.ts(2322) index.d.ts(303, 9): The expected type comes from property 'ref' which is declared here on type 'IntrinsicAttributes & Omit<IInputFieldProps, "ref"> & RefAttributes<TextInputProps>'
CodeSandbox/Snack link
Steps to reproduce
Create an expo project and add a few input fields. Set the ref to React.useRef<React.ElementRef>(null); and then add it to the inputfield.
gluestack-ui Version
latest
Platform
Expo
React Native CLI
Next
Web
Android
iOS
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
Type 'RefObject<TextInput>' is not assignable to type 'LegacyRef<TextInputProps> | undefined'. Type 'RefObject<TextInput>' is not assignable to type 'RefObject<TextInputProps>'. Type 'TextInput' has no properties in common with type 'TextInputProps'.ts(2322) index.d.ts(303, 9): The expected type comes from property 'ref' which is declared here on type 'IntrinsicAttributes & Omit<IInputFieldProps, "ref"> & RefAttributes<TextInputProps>'
CodeSandbox/Snack link
Steps to reproduce
Create an expo project and add a few input fields. Set the ref to React.useRef<React.ElementRef>(null); and then add it to the inputfield.
gluestack-ui Version
latest
Platform
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: