When trying to use Formik using the useFormik, I understandably get the following warning:
Warning: Formik context is undefined, please verify you are rendering <Form>, <Field>, <FastField>, <FieldArray>, or your custom context-using component as a child of a <Formik> component. Component name: PersistImpl
And data is not persisting. What should I do?
When trying to use Formik using the useFormik, I understandably get the following warning:
Warning: Formik context is undefined, please verify you are rendering <Form>, <Field>, <FastField>, <FieldArray>, or your custom context-using component as a child of a <Formik> component. Component name: PersistImplAnd data is not persisting. What should I do?