You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with "electron": "^27.0.0" and "@electron/remote": "^2.0.12" I am getting
"Unable to load preload script: process.js", source: node:electron/js2c/renderer_init (2)
"TypeError: features.isDesktopCapturerEnabled is not a function", source: node:electron/js2c/renderer_init (2)
Looks like there were changes done recently: #166 by @codebytere
I haven't gone through Electron 26 as there was some other issue on Linux but with Electron 25 and "@electron/remote": "^2.0.10" all was working fine.
The text was updated successfully, but these errors were encountered:
Hi,
with
"electron": "^27.0.0"
and"@electron/remote": "^2.0.12"
I am gettingLooks like there were changes done recently: #166 by @codebytere
I haven't gone through Electron 26 as there was some other issue on Linux but with Electron 25 and
"@electron/remote": "^2.0.10"
all was working fine.The text was updated successfully, but these errors were encountered: