electron/remote

electron@26 TypeError: features.isDesktopCapturerEnabled is not a function

JuanIrache opened this issue · 1 comments

Hi. After updating a project to electron@26 I get this error:

TypeError: features.isDesktopCapturerEnabled is not a function
I can work around it on my end by commenting lines 48 to 50 of @electron/remote/dist/src/common/module-names.js, but probably someone with knowledge of why this was there should have a look.

Thanks

Duplicate of #153