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
Hello @dagda1 I think that the best way to write your own adapter. But there is hook responseHandler but it has very little information about response.
I am using redux-api for all remote calls.
We want to log all ajax errors, are there any hooks in redux-api that will allow me to do this?
Would I need to create my own adapter and log all errors in my own catch handler?
Would I need to create my own adapter based on this ?
Or would it be good to be able to add hooks into the existing code base for this type of thing?
The text was updated successfully, but these errors were encountered: