I noticed this with one of my apps. The compiler compiles the app successfully but the app fails quickly with undefined exceptions. How do I know that the culprit lies with boot-cljs and not my app? Because it seems to be reproducible with Saapas. Go and change the Clojurescript version to the latest, and specify advanced compilation. The app doesn't load correctly, with similar errors (cannot read property from undefined).
Furthermore, my app compiles and runs fine with lein-cljsbuild in advanced compilation.
I don't know what causes this, but I've been doing many checks and at this point I'm pretty confident there is a problem with boot-cljs. Would be happy to be proven wrong, and even happier with a fix. :-)
I noticed this with one of my apps. The compiler compiles the app successfully but the app fails quickly with undefined exceptions. How do I know that the culprit lies with
boot-cljs
and not my app? Because it seems to be reproducible withSaapas
. Go and change the Clojurescript version to the latest, and specify advanced compilation. The app doesn't load correctly, with similar errors (cannot read property from undefined).Furthermore, my app compiles and runs fine with
lein-cljsbuild
in advanced compilation. I don't know what causes this, but I've been doing many checks and at this point I'm pretty confident there is a problem withboot-cljs
. Would be happy to be proven wrong, and even happier with a fix. :-)