Closed kahirokunn closed 3 years ago
@kahirokunn There is some information about matchers here as well as here.
You would want to use addMatcher
from RTK for this behavior. I can't tell exactly what you want to do from the question, but you can easily sort this out with matchers :)
This is what I've been looking for! Thx!
I just want to handle all some http status code. 👀 (ex. 403
I couldn't find a way to do this from the current document. Would you like to be able to write code like this?