Devin McAllester

Results 3 comments of Devin McAllester

@sdirix Thank you for your quick and detailed response! Getting the memoization right can be a headache, so I totally understand.

@jaredpalmer I'm using 2.0.1-rc.13 and this appears to still be broken: https://github.com/devinsm/formik-submitform-bug

The work around for now is to wrap submitForm in custom logic: ``` // submitForm and validateForm are Formik's submitForm and validateForm function fixedSubmitForm({ submitForm, validateForm }) { return new...