formik-persist
formik-persist copied to clipboard
initialValues reset storage
After a previous page change, the user find the form filled, but at this time, the localStorage is filled with initialValues, and if the user change page without touch the form, the initials values take place.
A possible solution : save basic formik state after mounting and test it in update
related to #14