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
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
Thanks for your reply @tayiorbeii. The issue is that it creates new devtools windows for every message when it's coming from a callstack involving electron-remote. As a result disabling warnings, and disabling the CSP warnings, fails to have an effect. The new windows persist.
This issue has become more manageable over time, but it still happens from time to time and I'm not sure why.
I need to use 'unsafe-eval' in my main renderer window in development, but doing so, electron-remote creates devTool windows to warn:
Is there any way to prevent this?
The text was updated successfully, but these errors were encountered: