We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
26.0.0-alpha.1
macOS
Ventura 13.2.1
arm64 (including Apple Silicon)
25-x-y
Previously my project was running with @electron/remote and no errors
Now I get this error
TypeError: features.isDesktopCapturerEnabled is not a function
Which I can work around by commenting lines 48 to 50 of @electron/remote/dist/src/common/module-names.js
No response
The text was updated successfully, but these errors were encountered:
This issue belongs on https://github.com/electron/remote not here... Moving it now
Sorry, something went wrong.
Checking isDesktopCapturerEnabled is no longer necessary or possible. F…
10e02d5
…ixes electron#153 Context electron/electron#38412
9f543a1
🎉 This issue has been resolved in version 2.0.10 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Preflight Checklist
Electron Version
26.0.0-alpha.1
What operating system are you using?
macOS
Operating System Version
Ventura 13.2.1
What arch are you using?
arm64 (including Apple Silicon)
Last Known Working Electron version
25-x-y
Expected Behavior
Previously my project was running with @electron/remote and no errors
Actual Behavior
Now I get this error
TypeError: features.isDesktopCapturerEnabled is not a function
Which I can work around by commenting lines 48 to 50 of @electron/remote/dist/src/common/module-names.js
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: