This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-15
Channels
- # architecture (2)
- # beginners (16)
- # boot (2)
- # cider (4)
- # clara (6)
- # cljs-dev (78)
- # cljsrn (3)
- # clojure (158)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-dusseldorf (19)
- # clojure-italy (8)
- # clojure-russia (3)
- # clojure-spec (77)
- # clojure-uk (61)
- # clojurescript (341)
- # cursive (9)
- # data-science (12)
- # datomic (18)
- # emacs (9)
- # fulcro (109)
- # hoplon (10)
- # juxt (2)
- # leiningen (2)
- # lumo (31)
- # off-topic (1)
- # om (4)
- # onyx (40)
- # parinfer (17)
- # re-frame (36)
- # reagent (19)
- # spacemacs (10)
- # vim (60)
- # yada (20)
I upgraded my version of clojurescript from 293->854 and of hoplon from 6.0.0-alpha17->7.0.2 and now I'm getting some strange errors
WARNING: Wrong number of args (0) passed to cljs.core/atomat line 96 hoplon/app_pages/_index_DOT_html.cljs
Here's the code in question: https://github.com/fiddlerwoaroof/feed-archive/blob/master/src/index.cljs.hl
Time to sleep on this, maybe I'll figure it out tomorrow.
this might be the issue: https://github.com/hoplon/hoplon/blob/master/src/hoplon/core.clj#L142
yup, that looks like the problem