You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use @dev-plugins/react-query in an Expo app using expo-router. I am using Expo SDK 50 and expo-router 3.4.8.
I tried to put the useReactQueryDevTools(queryClient) call in my RootLayout component, but it doesn't show anything in the app or in the terminal. I don't know what I should expect to see, so I don't know if it's working but I'm not searching the devtools at the right place or if it doesn't work.
What I do (I removed extra stuff that has nothing to do with react-query):
Just sorted it out: I had to press Shift+M in the terminal to show more tools, then a list of the devtools appeared and "Open devtools plugin - @dev-plugins/react-query" was listed here. It opened the devtools UI in my web browser. The devtools show no data at all, but it may be related to #39
Edit: Yes, the lack of data was related to an outdated chrome version.
Hello,
I am trying to use @dev-plugins/react-query in an Expo app using expo-router. I am using Expo SDK 50 and expo-router 3.4.8.
I tried to put the
useReactQueryDevTools(queryClient)
call in myRootLayout
component, but it doesn't show anything in the app or in the terminal. I don't know what I should expect to see, so I don't know if it's working but I'm not searching the devtools at the right place or if it doesn't work.What I do (I removed extra stuff that has nothing to do with react-query):
Does anybody know what I'm doing wrong?
The text was updated successfully, but these errors were encountered: