You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus isomorphic-fetch should be replaced by plain fetch (either from browser or node)
Benefits
significant reduction in bundle size as isomorphic-fetch uses node-fetch which is not smallest (2.6.1 version)[https://www.npmjs.com/package/node-fetch/v/2.6.1]
isomorphic-fetch is no longer maintained
The text was updated successfully, but these errors were encountered:
fetch
by default.isomorphic-fetch
should be replaced by plainfetch
(either from browser or node)Benefits
isomorphic-fetch
usesnode-fetch
which is not smallest (2.6.1 version)[https://www.npmjs.com/package/node-fetch/v/2.6.1]The text was updated successfully, but these errors were encountered: