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
Return full response (not a POJO) on error object returned when can't parse JSON as a result of a non-200 status code
Breaking Changes
checkStatus utility function no longer exported
The error returned from the hook now only includes the response when it can't parse the JSON. For other errors, the original response is not included. This is because the hook is already returning the interesting things from the response: headers, body, status, statusText