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 Nov 4, 2024. It is now read-only.
I tracked it down to _freeGlobal.js. Changing the global reference to this fixes the issue, however, I think this reveals a larger interop problem with esm & electron
requireing lodash works normally
The text was updated successfully, but these errors were encountered:
I can't repo this locally. Can you provide a snippet for your usage?
Update:
Is it in the main thread or renderer thread? Basically please give me details so I can better repro the issue. If I have to guess chances are I'll guess wrong.
Issue is in the renderer thread. Expecting to see a log of [1] before the Hello from the renderer process! log, but get the following (without any log in the terminal):
Including lodash into standard-things/electron-quick-start causes it to hang and crash silently.
I tracked it down to
_freeGlobal.js
. Changing the global reference tothis
fixes the issue, however, I think this reveals a larger interop problem with esm & electronrequire
ing lodash works normallyThe text was updated successfully, but these errors were encountered: