You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the package, I find it essential for development !
I am using electron-prebuilt 1.2.3. Maybe I can move to the upstream react-devtools now ?
The problem:
For some reason when I make a production release, electron-react-devtools is still activating and there is still a React tab.
But it fails and throws an error because the devDependencies are not included with the production build and so react-developer-tools fails to import portfinder.
I think I found it: /Users/crucial/Library/Application Support/PlaySPLOM/
This is for the Electron app I am working on.
There is a Preferences file in there and in some applications there is also a DevTools Extensions
That is perhaps how it kept injecting itself.
Even though I removed electron-react-devtools from devDependencies, it would still somehow activate. I finally had to also remove the source from node_modules.
Thanks for the package, I find it essential for development !
I am using electron-prebuilt 1.2.3. Maybe I can move to the upstream react-devtools now ?
The problem:
For some reason when I make a production release, electron-react-devtools is still activating and there is still a React tab.
But it fails and throws an error because the devDependencies are not included with the production build and so
react-developer-tools
fails to import portfinder.module.js:440 Uncaught Error: Cannot find module 'portfinder'
This is somehow being injected by electron-react-devtools, but to be honest I can't understand why.
I installed as per instructions with
require('electron-react-devtools').install();
Where did it install to ? How do I uninstall it ? I flushed the electron-prebuilt dist cache, but it is still there.
I do NOT do this anymore:
as I am on 1.2.3. So I am not even requireing it at all and definitely not injecting.
Thank you for your help !
The text was updated successfully, but these errors were encountered: