-
One more thing, can you post a tgz of your ts_gui directory? Thanks!
-
One difference I’ve discovered is that you are on jsoo 5.1.1; I am on jsoo 5.2.0. However, yesterday, I tried jsoo 5.1.1 too; same performance issue.
-
Because of the virtual-dom issue,
if (this.Symbol)→(if this && this.Symbol)in hooks.js; I need to use my main fork of virtual-dom. incr_dom however wants to pull in system virtual-dom; so I have to drop icnr_dom into local project too; as well as bonsai. Basically I’m running virtual-dom, incr_dom, bonsai from local dune project instead of opam. -
I’m using “git checkout tags/v0.15.1 -b local_0.15.1” on all those git repos.
-
Examples are from v0.15.1.
-
Funky file names are data URLs.
-
I’ve also noticed that on my local system, if I run jsoo 5.2.0 with
--enable effects, none of the incr_dom examples work for me. (Not even ‘hello world’).
1 Like