Tobias Waltl
Tobias Waltl
## Feature request ### Current Behavior When using Formik with an asynchronous submit handler, `isSubmitting` is automatically set to false after the handler resolves (according to the important note [here](https://formik.org/docs/api/formik#onsubmit-values-values-formikbag-formikbag--void--promiseany))....
# Feature Request ## Motivation Behind Feature If the plugin threw structured errors having an error code and an error message, developers could handle these errors without relying on magic...
Hammerhead produces invalid code when dealing with destructuring and class syntax in the same line
### What is your Scenario? I would like to use testcafe to test my application that contains ES6 syntax. As we need multi window support, using native automation is not...