Replies: 1 comment 7 replies
-
You expectation is correct! This should work so I think something is wrong in the surrounding code |
Beta Was this translation helpful? Give feedback.
7 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 team!
I have the following code:
My expectations were that keys with different values like,
['data', 0]
,['data',1]
, and so on are going to be cached. But it keeps resending queries for the same keys over and over. How can I enforce not sending queries for keys that were already fetched?Beta Was this translation helpful? Give feedback.
All reactions