After submitting a form the isSubmitting property is automatically set back to false without calling setSubmitting(). Note how fields and buttons are disabled after clicking submit, but then become reenabled.

isSubmitting should remain true until developer calls setSubmitting(true)
| Software | Version(s) |
| ---------------- | ---------- |
| Formik | 2.0.3
| React | 16.11.0
| Browser | Chrome
| npm/Yarn | NPM
| Operating System | Windows
This looks like a dupe of #1957
I can confirm the issue, not on all forms but on some, weird...
Can confirm it fixed in 2.1 in my case.
Most helpful comment
This looks like a dupe of #1957