This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-09
Channels
- # beginners (108)
- # boot (14)
- # cider (8)
- # clara (13)
- # cljs-dev (63)
- # cljsrn (5)
- # clojure (57)
- # clojure-brasil (1)
- # clojure-italy (69)
- # clojure-losangeles (10)
- # clojure-nl (6)
- # clojure-poland (2)
- # clojure-spec (6)
- # clojure-uk (50)
- # clojurescript (116)
- # core-async (1)
- # cursive (9)
- # data-science (8)
- # datascript (4)
- # datomic (43)
- # duct (2)
- # editors (1)
- # fulcro (29)
- # instaparse (7)
- # jobs (6)
- # keechma (3)
- # mount (16)
- # off-topic (61)
- # om (10)
- # onyx (5)
- # parinfer (17)
- # pedestal (2)
- # portkey (5)
- # quil (2)
- # re-frame (84)
- # reagent (9)
- # remote-jobs (2)
- # ring-swagger (2)
- # shadow-cljs (17)
- # slack-help (1)
- # tools-deps (29)
- # vim (23)
I’m trying out shadow-cljs with om. My simple app fails to add-root! because the reconciler record fails the (implements? p/IReconciler x) check in om.next. has anyone seen anything like this before?
I can work around it my calling the underlying p/add-root! fn. I wonder if this is shadow-cljs specific
@steveb8n Are you also using ClojureScript 1.10.238? If so, then you'd need to build and use current master of Om which addresses the issue.
that’s a good question. I don’t have explicit cljs deps in project or shadow-cljs.edn but I am using shadow 2.2.26 so I guess it must have an implicit cljs version. I’ll dig deeper
ah yes I can see that version here https://github.com/thheller/shadow-cljs/blob/master/project.clj