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 would be quite handy to have a way to check if the error in the rest state is for a request aborted by rest.actions.endpointFoo.reset().
Right now the only thing I see is checking the error message == "Application abort request". I am getting flashes of my error overlay checking for errors like this: const showError = !!response.error Is there a better way or is this a valid issue?
The text was updated successfully, but these errors were encountered:
It would be quite handy to have a way to check if the error in the rest state is for a request aborted by
rest.actions.endpointFoo.reset()
.Right now the only thing I see is checking the error message == "Application abort request". I am getting flashes of my error overlay checking for errors like this:
const showError = !!response.error
Is there a better way or is this a valid issue?The text was updated successfully, but these errors were encountered: