Prevent caching of requests with invalid responses #3060
Unanswered
ThomasRutzer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That would mean that on every rerender, your component thinks it never made a request and starts a new one. That seems counterproductive to me. What is your use case? |
Beta Was this translation helpful? Give feedback.
2 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.
-
If I start a query which results in an invalid response (status 4xx for example), I'd like to not cache this query. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions