matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

Fix: realFetch.call is not a function #195

Open merutin opened 3 years ago

merutin commented 3 years ago

194

Fixed an error when building with Webpack.

Reproduction is available in the following repositories. https://github.com/merutin/isomorphic-fetch-repro

Please let me know if there are any necessary steps.

karna41317 commented 3 years ago

@matthew-andrews any update on this ?

mletterle commented 1 year ago

This would be a real nice to have...