-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promise error in IE11 #870
Comments
davidspiess
changed the title
setFieldValue throws Promise error in IE11
Promise error in IE11
Sep 4, 2018
Not related to formik. IE11 does not have native support for promises. You need to polyfill them. |
Maybe add a notice about that in the README. |
It is usually handled during build process (using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
When calling
setFieldValue
withshouldValidate
equalstrue
, i get aPromise is undefined
error in in IE11 (Formik 1.1.1).This wasn't the case in 0.11.11.
Same happens when calling
submitForm()
.The text was updated successfully, but these errors were encountered: