jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.87k stars 2.79k forks source link

bug empty errors #2620

Open ease-space opened 4 years ago

ease-space commented 4 years ago

if field first char to input => form validation return errors empty object, validateOnMount not does not solve problem

and not work correct my custom hook in field usePrevious

"formik": "2.1.5"

Снимок экрана 2020-07-16 в 12 11 15

jaredpalmer commented 4 years ago

Can you produce a codesandbox or snack for o reproduce?