ReactQueryDevtools throwing "Cannot read property 'queries' of undefined`" #1998
Unanswered
cristi-shoreline
asked this question in
General
Replies: 1 comment 5 replies
-
It might be from here https://github.com/tannerlinsley/react-query-devtools/blob/master/src/index.js#L273 |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello, all!
I'm having an issue with
ReactQueryDevtools
. Wherever I place the dev tools component wrapped in theQueryClientProvider
(and even not) I'm getting the sameUncaught TypeError: Cannot read property 'queries' of undefined
.I have the latest versions, so I guess they are in sync. I also know about the issue with not finding the client, but it doesn't seem to be that. What could it be?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions