Open neevai opened 5 years ago
When calling Formik.setFieldValue, the state of Formik changes, but since formik-persist saves on componentDidUpdate, the changes won't save.
workaround- make another call to setFieldValue() without parameters
@neevai did you find any other way to achieve this? thanks :)
Nope :(
When calling Formik.setFieldValue, the state of Formik changes, but since formik-persist saves on componentDidUpdate, the changes won't save.