electron-react-devtools
electron-react-devtools copied to clipboard
React DevTools Extension for Electron
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.2 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.12.2 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...
Hi, thanks for this library! Could you add an example to README.md that you can simply add ```js require('electron-react-devtools').install() ``` to `index.jsx`, and not in google chrome
Currently the homepage is redirected to 401 error . https://github.com/firejune/electron-react-devtools/blob/master/package.json#L28
I get an error when using react 16.6 and electron 3.0.6
When the` npm run build` command is run to build the production React app (to later be used by ElectronJS, of course), the following error message outputs: ``` Creating an...