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
I'm composing a TextInput component with handleTextInput(). I'd like to use the useFormik() hook to control form state, rather than a Formik wrapper component.
When rendering my composed component outside of a Formik component, the following error occurs:
The text was updated successfully, but these errors were encountered:
I'm composing a
TextInput
component withhandleTextInput()
. I'd like to use theuseFormik()
hook to control form state, rather than aFormik
wrapper component.When rendering my composed component outside of a
Formik
component, the following error occurs:The text was updated successfully, but these errors were encountered: