redux-electron-store icon indicating copy to clipboard operation
redux-electron-store copied to clipboard

Broken in electron 12 and up

Open vxsx opened this issue 3 years ago • 0 comments

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

vxsx avatar Oct 02 '21 10:10 vxsx