-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat: add support for new session extension handling in Electron 9 #131
Conversation
The latest version of react devtools (v7.4.0) is not compatible with Electron 9. I get this warning:
|
@inlet to confirm, is that a Redux DevTools issue or an issue with electron-devtools-installers way of installing it? |
@kylewetton it seems that electron 9 has changed loading of extensions. The issue is not this lib (sorry for commenting on this issue), it simply doesn't work if you do |
any update on this? |
@inlet Have you made an issue in the react devtools extension repo? I'm also interested in seeing this fixed. |
I’m not sure if this issue is React Devtools, Electron or even Chromium related, |
I also tried this PR, cloned repo and linked to my codebase. And React devtools do not work. The message I can see (probably related, not sure how much) is:
I am also loading the browser window via Side note: We have immutable devtools (these need to be loaded in renderer) and that works. React devtools (need to be loaded from main process) do not work though. If anyone can push mi in the right direction, I can help with this so we can merge and release this. EIDT: I read more of the linked issues and realized it's probably not a bug in |
is it going to be available in the latest versions of electron-devtools-installer? |
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Electron 9 deprecates the use of BrowserWindow extension handling so I implemented the new way for handling extensions.
See here: