Hi, tried to upgrade to 0.1.1 and I'm getting this:
[:app] Build failure:
------ ERROR -------------------------------------------------------------------
File: jar:file:/Users/adrianmroz/.m2/repository/com/github/roman01la/solid-cljs/0.1.1/solid-cljs-0.1.1.jar!/solid/core.cljs
failed to require macro-ns "solid.core", it was required by "solid.core"
Error in phase :compile-syntax-check
RuntimeException: Unable to resolve symbol: or in this context
After looking into core.clj I see that now or is excluded from the clojure built-ins, but it's referred in literal? function. Not sure how to test if this is a real issue though, beginner cljs here!