-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Bug: react-devtools crash at start #25056
Comments
Hey! What versions of React Native and React DevTools are you using? |
Hi, I'm using react-devtools 4.25.0, RN 0.69.4. |
Use arch btw it will work |
Same issue on Ubuntu 22.04 with:
|
Also seeing the same issue in Ubuntu 22.04. |
same issue on arch inux arch-laptop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64 GNU/Linux |
same on ubuntu 22.10 |
Great workaround (recommended by @TrainDoctor) that fixed things for me: react-devtools --no-sandbox apparently the electron in react-devtools is old-old. |
I had the same issue on
The fix above of using |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! |
I am trying to debug a React Native app with react-devtools but when I launch it, it shows a blank window for about 2 seconds an closes. It doesn't show any error in the console.
I tried with npx, npm global and yarn
I tried several versions 4.x.x and the result is the same
It work with versions 3.x.x but can't connect with React Native
SO: Ubuntu 22.04.1
node :16.16.0
npm: 8.11.0
The text was updated successfully, but these errors were encountered: