Replies: 1 comment 6 replies
-
show a codesandbox reproduction please. |
Beta Was this translation helpful? Give feedback.
6 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.
-
I'm trying to get a cache of matches by partial queryKeys.
Before getting it, the cache of ['element','A'] ,['element','B'] has been acquired with useQuery.
code as follows
But always return []
I am referring to the following document:
https://tanstack.com/query/v4/docs/reference/QueryCache.
Beta Was this translation helpful? Give feedback.
All reactions