@spotxyz/react-devtools-electron
v4.24.7
Published
Add React DevTools to your Electron app
Downloads
6
Readme
Fork of https://www.npmjs.com/package/react-devtools-electron.
Important changes:
- You must now explicitly add the extension. Example:
app.on('ready', () => { addReactDevToolsExtension(); createWindow(); });