sergioramos / formik-observer

BSD 3-Clause "New" or "Revised" License
21 stars 1 forks source link

onChange is being called multiple times after submitting the form #1

Open andersonba opened 6 years ago

andersonba commented 6 years ago

onChange is being called multiple times after submitting the form

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

jmaicaaan commented 6 years ago

See #2 if we can do something like that