We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetch
It is messing up with dependencies that expect the native fetch function to be there on node.js
Would a patch that removes the usages of the global fetch function and instead imports it from an isomorphic file be accepted?
It is messing up with dependencies that expect the native
fetchfunction to be there on node.jsWould a patch that removes the usages of the global
fetchfunction and instead imports it from an isomorphic file be accepted?