klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

openDevTools causes the application to crash #328

Open matthiasheyman opened 2 years ago

matthiasheyman commented 2 years ago

Describe the bug When I upgraded to electron-redux@2.0.0-alpha.9, my applications still works (after adding the preload script), but opening the devtools crashes the application. Version electron-redux@2.0.0-alpha.8 also has this behavior.

To Reproduce Steps to reproduce the behavior: Open View => Toggle Developer Tools

Expected behavior The devtools show up

Desktop:

Additional context I use electron-redux in combination with redux-observable