Replies: 1 comment
-
Look for Generally, this is just using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my app uses a couple of RTK Query services and I'm using the following middleware for error handling duties.
I had to put in special logic to handle the "rejections" that come from cache hits - is there a better way to handle this? Seeing the word rejected near a cache hit is odd. Also I'm wondering if checking for
ConditionError
is the way to go.. I saw that in the Redux tools 🤷Thank you!
Beta Was this translation helpful? Give feedback.
All reactions