-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove the isomorphic-fetch dependency #1718
Comments
oh, lol. I forgot about it by now. Yes it is. |
I see that recent releases of |
Patience. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is not the responsibility of a library to polyfill browser features.
isomorphic-fetch
is now being pulled into a bundle for no good reason.Remove the
isomorphic-fetch
dependency and document that user needs to polyfill Fetch if the target environment does not support Fetch API (or recommend to use https://polyfill.io/v2/docs/).The text was updated successfully, but these errors were encountered: