-
Notifications
You must be signed in to change notification settings - Fork 12
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
All of the IE11 bugs #47
Comments
This issue hasn't received any attention in a while. Can it be closed or does it require more work? |
it would still be nice if we could use this library in IE11... |
@Dinosys I'll see if I can give this a look today! |
I've got this working in a clean
However the only error I could attribute to This can be solved by a rollback to fetch-mock Definitely not seeing loads of console errors though. N.B I've yet to test graphQL |
Hi there :) This issue hasn't received any attention in a while. Can it be closed or does it require more work? |
I've looked into IE11 and gotten this working and the main things that are needed are proxy-polyfill and the fetch-polyfill. The fetch-mock compatibility problems were [fixed]((JakeChampion/fetch#736) so IE 11 support should work out of the box. I've also created a repo that has the minimum changes needed for a CRA repo. |
Describe the bug
This library doesn't work with IE11 at all. This is due to the right polyfills not existing.
To Reproduce
Expected behavior
That this library works as intended with IE11
Additional context
There will need to be a fair few polyfills added for this :(
The text was updated successfully, but these errors were encountered: