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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: