-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Devtools not working on React Native Web #3943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same problem in v4. The Dev tool icon is not showing up |
@TkDodo on my side, the web app crash with the Works well in |
Which bundler are you using? Seems to be the same as: |
I use webpack 4.46.0 with Expo CLI |
@YZahringer @Fogh @Estevete can you please try out the latest beta version to see if it fixes your issue? |
Everything works fine on my side with Expo SDK 46 on Web. |
Describe the bug
Devtools are not working on React Native Web anymore. In v3, it used to work.
Your minimal, reproducible example
https://github.com/TanStack/query/tree/main/examples/react/react-native example
Steps to reproduce
App.tsx
, import & add<ReactQueryDevtools />
insideQueryClientProvider
Expected behavior
Devtools should be displayed, like v3.
How often does this bug happen?
No response
Screenshots or Videos
No response
Platform
react-query version
5.0.10
TypeScript version
4.3.5
Additional context
No response
The text was updated successfully, but these errors were encountered: