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?