Replies: 1 comment
-
how would you do that? The react query cache is in-memory - it cannot be shared between browser tabs (without the experimental broadcast plugin) Unless you are not talking about browser tabs, then please specify what a |
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.
-
I have a usecase where i am fetching one query in a tab and then access the cached data in the other tab. But when i move to other tab before actually the data is loaded and added to cache. I get undefined in that case. How can i wait until the data is completely fetched and added to cache and then actually make the getquerydata call.
Beta Was this translation helpful? Give feedback.
All reactions