zaguiini / formik-wizard

A multi-step form component powered by formik and react-albus
MIT License
86 stars 26 forks source link

Formik does not re-render when initialValues change #29

Open giorgigigauri opened 4 years ago

giorgigigauri commented 4 years ago

Formik needs to enable re-initialize Example: <Formik enableReinitialize // missing piece!! initialValues={props.initialValues}

zaguiini commented 4 years ago

Something is wrong, because the code already has this piece of information. Can you describe your use case and provide some code?