cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

Formik update on props change #309

Open cjmling opened 2 years ago

cjmling commented 2 years ago

need to pass to the Formik component the prop enableReinitialize as true

https://stackoverflow.com/a/63289869/507203

formik does not update on props change