I fail to either set global or window property or require/import within browser console, which makes live testing impossible. I avoid running this code in SSR with platform.isNode condition.
Asked
Active
Viewed 21 times
0
-
Is this a question about DoneJS or StealJS? – Chasen Le Hara Jun 21 '18 at 22:14
-
donejs incorporates stealjs, and is what I'm using. I can't tell whose fault this specifically is. – janat08 Jun 22 '18 at 06:13
-
Is there a specific error you’re seeing or example of what’s not working that you can show? – Chasen Le Hara Jun 22 '18 at 18:41
-
Never mind, there's another bug in a way of window assignment working. Using platform package to avoid SSR error works. – janat08 Jun 23 '18 at 12:18