-
Notifications
You must be signed in to change notification settings - Fork 0
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
Does IE support proxies? #1
Comments
No, but pollyfills exists and documentation should probably be updated to point to these. |
Thanks! I'll take a look when I get around to updating this to Formik v2 |
If I'm not mistaken, only extremely rudimentary Proxy polyfills exist for pre-ES6 browsers. Were you able to get this project working with IE @x2764tech ? A lot of the descriptions I've read say that polyfills can only work on something where the keys are known ahead of time -- aka something like this project wouldn't work since you can use |
@johnrom TBH I've not had to look into this too deeply yet... Was just doing a bit of research into Formik when I came across this issue and decided to have a look. |
Formik itself is fine. Unfortunately I had to stop using this project because I need IE11 support and there isn't a polyfill method I could find that would support this technique. :/ One day when I can drop IE11 support, I'll get back to this project, as it was super helpful in building out dozens of forms. |
I've updated the readme to acknowledge that I won't be actively working on this project. |
Question by @Andreyco
The text was updated successfully, but these errors were encountered: