bernd
05/23/2024, 9:18 AMconst isBrowser = !isNodeJs && !isStandaloneJsVM && (typeof window !== 'undefined');
in ...uninstantiated.mjs
. If I just set that to true it works, but I guess there's a reason for it ?Igor Yakovlev
05/23/2024, 2:08 PMbernd
05/23/2024, 2:12 PMIgor Yakovlev
05/23/2024, 2:18 PMwindow
as {}
as a simple workaround.bernd
05/23/2024, 2:29 PMSvyatoslav Kuzmich [JB]
05/23/2024, 3:14 PM