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
It seems isomorphic-fetch is using an old version of node-fetch that doesn't render stack traces correctly for their custom fetch error class. I've made a PR to resolve the issue. I suggest either updating isomorphic-fetch if and when the author merges the PR, or relying directly on node-fetch and whatwg-fetch instead.
Example of a stack trace from an ECONNREFUSED error:
The text was updated successfully, but these errors were encountered:
It seems isomorphic-fetch is using an old version of node-fetch that doesn't render stack traces correctly for their custom fetch error class. I've made a PR to resolve the issue. I suggest either updating isomorphic-fetch if and when the author merges the PR, or relying directly on node-fetch and whatwg-fetch instead.
Example of a stack trace from an ECONNREFUSED error:
The text was updated successfully, but these errors were encountered: