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
Looked at the tests and figured out that requestError is pointless without request interceptor because requestError would only catch errors from interceptors?
This happens when I specify the
requestError
function. Tested it in a new create-react-app with https://github.com/github/fetch.Looking at the source,
_ref.request
is undefined.The text was updated successfully, but these errors were encountered: