We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isomorphic-fetch is not actively maintained and is using old versions of node-fetch and whatwg-fetch:
isomorphic-fetch
node-fetch
whatwg-fetch
"dependencies": { "node-fetch": "^1.0.1", "whatwg-fetch": ">=0.10.0" },
Potential maintained replacements are:
cross-fetch
isomorphic-unfetch
Also, with cross-fetch and isomorphic-unfetch the 'polyfilling' is optional., which is a better approach.
We should also replace our calls from node-fetch to cross-fetch/isomorphic-unfetch and remove node-fetch as a dependency.
The text was updated successfully, but these errors were encountered:
That was implemented as part of #528
Sorry, something went wrong.
No branches or pull requests
isomorphic-fetch
is not actively maintained and is using old versions ofnode-fetch
andwhatwg-fetch
:Potential maintained replacements are:
cross-fetch
: https://github.com/lquixada/cross-fetchisomorphic-unfetch
: https://github.com/developit/unfetch/tree/master/packages/isomorphic-unfetchAlso, with
cross-fetch
andisomorphic-unfetch
the 'polyfilling' is optional., which is a better approach.We should also replace our calls from
node-fetch
tocross-fetch
/isomorphic-unfetch
and removenode-fetch
as a dependency.The text was updated successfully, but these errors were encountered: