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
It looks like the crash in #3746 is caused by a module evaluation issue with ES Modules. If we switched our node/bun modules to use CommonJS we can lazy load them and also avoid any module evaluation linking issues
The text was updated successfully, but these errors were encountered:
It looks like the crash in #3746 is caused by a module evaluation issue with ES Modules. If we switched our node/bun modules to use CommonJS we can lazy load them and also avoid any module evaluation linking issues
The text was updated successfully, but these errors were encountered: