Redux-devtools-extension: Devtools are no longer working since Electron 7

Created on 27 Oct 2019  路  5Comments  路  Source: zalmoxisus/redux-devtools-extension

Issue

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.

Reproduction steps

  1. git clone https://github.com/TomTomB/electron-ngrx-redux-issue.git
  2. Run npm i && npm start
  3. Inside Chrome Devtools click the Redux tab
  4. Look inside your console

System infos

  • Windows 10 Pro x64 Build 1903
  • Electron 7.0.0
  • electron-devtools-installer 2.2.4

Most helpful comment

Updating Electron to 7.0.1 fixed the issue for me.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OddEssay picture OddEssay  路  4Comments

machineghost picture machineghost  路  4Comments

jhen0409 picture jhen0409  路  3Comments

MrSkinny picture MrSkinny  路  4Comments

michaelwalloschke picture michaelwalloschke  路  3Comments