Does not work with electron 14+ anymore
See original GitHub issueThe module can’t be used with electron 14 or higher. Electron 14 has no remote module anymore, we need to use @electron/remote instead, but the library still depends on the existance of electron.remote.
The alpha version also seems to be affected, at least I can’t find @electron/remote listed in the package.json.
Uncaught TypeError: Cannot read properties of undefined (reading 'getGlobal')
at getInitialStateRenderer (C:\...\node_modules\electron-redux\dist\helpers\getInitialStateRenderer.js:11)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:6
Top Results From Across the Web
Electron 14.0.0
Electron 14.0.0 has been released! It includes upgrades to Chromium 93 and V8 9.3 . We've added several API updates, bug fixes, and...
Read more >Drag not functioning in frameless window in electron 14 and 15
I have been successfully using the official documentation to get frameless draggable windows in electron. It worked just fine with electron 10. ...
Read more >Changelog - Cypress Documentation
Fixed an issue where the query object was not available on requests from ... using Angular v14.2.0 and above would be unable to...
Read more >Getting Started With Electron JS - YouTube
Electron JS is the powerful new way to create cross-platform desktop apps. In this video I will show ... Your browser can't play...
Read more >Meteor-Desktop - Keytar no longer working - how to upgrade?
This is for those who build Electron apps with Meteor, using the Meteor-Desktop app. I'm having a problem that any API call to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We use electron-redux and would like to move Electron >= 14, any update on this issue?
https://github.com/klarna/electron-redux/pull/314 seems to fix it. The ipc channel name there should probably be changed to some UUID or
get-redux-state-<shortuuid>
to further reduce the risk of channel name clashes, just in case a user has a channel with the same name already (also electron will report an error, if a channel is created twice for the same name)