You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't submit as it thinks the form isn't "dirty" as it's comparing to the initialValues
This might be the case in a bunch of formik forms. I think you're supposed to call a method on the form when you're finished submitting with the new values so it knows what the baseline is.