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
although we were catching the error in `#fetcher`, we weren't returning
it as an error. it was being returned to the caller as the `data` value.
this means none of our `isError` checks for GET requests were working
properly.
with this commit, we're throwing the error so that we are handling it
on the view correctly.
0 commit comments