We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
Here my SO question: https://stackoverflow.com/questions/67244411/react-native-t-comb-form-error-string-ref-input-react-createref
I can edit this issue / question if it is not well explained. This is my first time submitting an issue :)
The text was updated successfully, but these errors were encountered:
I did the following to solve the issue:
I did overwrite the ref="input" with:
const formRef = React.createRef() ref={formRef}
Sorry, something went wrong.
Hi @hoerlanton, I have the same problem, among other things the latest update of this plugin is really too long ago, damn.
I have this dependencies:
"react": "17.0.1", "react-native": "0.64.2", "tcomb-form-native": "^0.6.20"
and even if I put:
const formRef = React.createRef () ref = {formRef}
I always get that error ... have you solved it simply with this?
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
Here my SO question: https://stackoverflow.com/questions/67244411/react-native-t-comb-form-error-string-ref-input-react-createref
I can edit this issue / question if it is not well explained. This is my first time submitting an issue :)
The text was updated successfully, but these errors were encountered: