Devtools not working on React Native Web
See original GitHub issueDescribe 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
- Get the https://github.com/TanStack/query/tree/main/examples/react/react-native example
- In file
App.tsx
, import & add<ReactQueryDevtools />
insideQueryClientProvider
- Launch project
- If package expo-font missing, add it. (v10.0.3)
Expected behavior
Devtools should be displayed, like v3.
How often does this bug happen?
No response
Screenshots or Videos
No response
Platform
- OS: Windows
- Browser: Chrome
- Version: 103.0.5060.134
react-query version
5.0.10
TypeScript version
4.3.5
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:8
Top Results From Across the Web
Debugging - React Native
Select Tools → Developer Tools from the Chrome Menu to open the Developer Tools. You may also access the DevTools using keyboard shortcuts...
Read more >Using react-devtools with React Native | by Brent Vatne
Add “devtools”: “react-devtools” under scripts in package.json. npm run devtools; Now when you run your app it will connect and display the component...
Read more >React tab is not showing with Chrome's react developer tools ...
2 Answers 2 · Restart atom editor if open · Go to Nuclide menu in atom -> React -> Toggle Inspector which will...
Read more >React devtools extension not working on my application - Reddit
Hi all, ever since Chrome latest update (99), the react devtools extension does not work anymore on my application. It detects React correctly ......
Read more >Debugging React Native with react-native-debugger
Safari Developer Tools ... You do not need to enable "Debug JS Remotely" to debug the iOS version of your app with Safari....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Everything works fine on my side with Expo SDK 46 on Web. @TkDodo Thanks a lot 👍
@YZahringer @Fogh @Estevete can you please try out the latest beta version to see if it fixes your issue?