Open andersonba opened 6 years ago
onChange is being called multiple times after submitting the form
onChange
I propose to check diff of values instead of all formik object in https://github.com/ramitos/formik-observer/blob/master/src/index.js#L19
values
See #2 if we can do something like that
onChange
is being called multiple times after submitting the formI propose to check diff of
values
instead of all formik object in https://github.com/ramitos/formik-observer/blob/master/src/index.js#L19