redux-electron-store
redux-electron-store copied to clipboard
Broken in electron 12 and up
When trying to use in electron 12 I get following error:
Uncaught TypeError: Cannot read property 'getCurrentWindow' of undefined
This is due to removal of electron.remote
.
Deprecated the remote module. It is replaced by @electron/remote. #25293
https://www.electronjs.org/blog/electron-12-0/#breaking-changes