-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
React DevTools should bump the Electron version to 11.0.1 for darwin-arm64 builds #20454
Comments
Want to submit a PR (and test the bump)? |
I can look into this @bvaughn |
Okay. |
Hi @mdaj06, are you working on this? If not, I'd like to take this issue. |
Sure @jaiwanth-v im looking into another issue you can take it up! |
I can update electron package version @bvaughn |
[devtools] Bump electron version from 9.1.0 to 11.1.0 for darwin-arm64 builds #20496 |
So, I think need close this issue @jaiwanth-v |
I think they'll close it once the PR is merged |
How can we install this bumped version from github pull request? without waiting to be merged? @jaiwanth-v |
You'll have to clone my forked repo and build from source. You can find the instructions to build here |
Can someone please tell how to use resolutions ? I am macbook pro m1 and when I hit the command -> It gives the following error What I tried is I downloaded the react devtools 4.10.1 in my local system and tried install it using Then I installed react-native-debugger and then again got the same issue. Unsupported DevTools backend version To fix this, downgrade the DevTools NPM package: |
My dirty workaround, things seem to work fine on my M1 machine:
I also had to update the |
thanks @alliuca! for me, just the first two steps worked on my M1 machine
|
I had to follow the steps in https://gist.github.com/bvaughn/4bc90775530873fdf8e7ade4a039e579 mixed with @alliuca 's steps. I'm using a mac M1 which So I used the following modified steps:
|
The response by @nicholasdunbar works perfectly. Thanks. Just replace by the wanted version. |
Environment:
Steps to reproduce
npm install --save react-devtools
(or yarn).Link to code example: mglukhovsky/react-devtools-components-blank
The current behavior
Workarounds are documented here; however a 11.1.0 build is required.
The expected behavior
Bump the version in package.json so this works out of the box.
The text was updated successfully, but these errors were encountered: