-
As per https://tanstack.com/query/v4/docs/guides/paginated-queries when none sets
If the query key is ignored how can the QueryClient identify old data in the cache? |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Sep 14, 2022
Replies: 1 comment
-
per observer. Every useQuery call creates an observer that knows it's previous state. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mwisnicki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
per observer. Every useQuery call creates an observer that knows it's previous state.