Austin Snoeyink

Results 2 comments of Austin Snoeyink

Formik converting empty strings to undefined during the `prepareDataForValidation` function means that we can't use yup's [.defined()](https://github.com/jquense/yup#mixeddefined-schema) check when the field value is "". This is causing issues for some...

I'm running into a similar issue as @abey79 except the external linter is causing files in different _projects_ to auto-save, which triggers all the file watchers unexpectedly. I would have...