Clicking the Redux tab inside Chrome Devtools in an Electron 7 app throws the following error:
[15656:1027/154530.726:ERROR:CONSOLE(2153)] "Uncaught Error: Connect to unknown extension [object Object]", source: electron/js2c/sandbox_bundle.js (2153)
This didn麓t happen before Electron 7.
To install the extention, electron-devtools-installer is used.
Same issue on macOS Catalina version 10.15
Same issue in macOS Mojave
Updating Electron to 7.0.1 fixed the issue for me.
Agree. The issue has been fixed with Electron 7.0.1
Yep, this is related to https://github.com/electron/electron/issues/20677
Most helpful comment
Updating Electron to 7.0.1 fixed the issue for me.