React Dev Tools #131
mkoskim
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ElectronJS does not support Chrmoe manifest v3. Thus, the new React DevTools don't work.
Workaround: Here's the workaround:
facebook/react#25843 (comment)
Fetch the ZIP linked to workaround. Save it to
local/ReactDevTools/
folder and extract. Note that you can also save it tolocal/
folder and extract the package tolocal/ReactDevTools/
, which is an option in many archive managers and file explorers.If everything went fine, next time you start the editor, it will load React DevTools.
Code loading DevTools is here, if you need debugging:
https://github.com/mkoskim/mawejs/blob/master/public/electron.js#L88
https://github.com/mkoskim/mawejs/blob/master/public/electron.js#L114
Beta Was this translation helpful? Give feedback.
All reactions