This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-23
Channels
- # announcements (4)
- # bangalore-clj (1)
- # beginners (56)
- # cider (24)
- # clojure (71)
- # clojure-dev (21)
- # clojure-nl (2)
- # clojure-russia (1)
- # clojure-spec (5)
- # clojure-uk (10)
- # clojured (8)
- # core-logic (18)
- # cursive (6)
- # data-science (15)
- # duct (1)
- # figwheel-main (4)
- # fulcro (6)
- # graphql (2)
- # luminus (4)
- # nrepl (9)
- # off-topic (10)
- # pathom (10)
- # pedestal (3)
- # re-frame (10)
- # ring-swagger (1)
- # shadow-cljs (19)
- # vim (35)
Getting
fulcro.client.mutations/merge! failed with exception
application.cljc:383 Error: Assert failed: (reconciler? reconciler)
when doing a df/load
from within a defsc-route-target
any idea what the error might be?I don’t see any client code in the stack trace 😞
@pvillegas12 hi! could you give the full context of where you are doing your df/load
please? (e.g. in a gist)
I found the problem, datomic ids can get large and there was a mismatch in what the client expected
I’m switching over to uuid
s