-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with electron 14+ anymore #317
Comments
#314 seems to fix it. The ipc channel name there should probably be changed to some UUID or |
We use electron-redux and would like to move Electron >= 14, any update on this issue? |
@seanmacisaac - it works with the 2.x version. I migrated my project and I'm on electron 14 since a while (with electron-redux) |
Does the electron-redux usage change?
|
Yes, the API has changed (hence this is breaking version update) - You can see examples how to use new api in the examples / tests |
Thanks! |
hey, i was also interested on it’s called reduxtron and i’ve just wrote a blog post about the journey and my motivations behind it |
I will definitely check it out. |
The 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.
The text was updated successfully, but these errors were encountered: