I was trying to debug why I keep getting the following error:
VM254 renderer_init.js:81 Error: @electron/remote is disabled for this WebContents. Set {enableRemoteModule: true} in WebPreferences to enable it.
The suspicion that I have is that this is not defined in the constants file as a props element. Could you please confirm if this is the case or whether I need to go down a different line of thinking?
I'm trying to upgrade to electron 14, and the code can be found in this PR comment
I was trying to debug why I keep getting the following error:
The suspicion that I have is that this is not defined in the
constants
file as aprops
element. Could you please confirm if this is the case or whether I need to go down a different line of thinking?I'm trying to upgrade to electron 14, and the code can be found in this PR comment