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
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
I think we can keep using cross-fetch, but don't import it as fetch (which masks the native fetch). Then, check to see if there is a native fetch to use before falling back to cross-fetch.
We've had multiple people point out that they had to switch to native
fetch()
because of some cross-fetch issue.The text was updated successfully, but these errors were encountered: