Fork me on GitHub
#fulcro
<
2019-02-23
>
pvillegas1212:02:06

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?

pvillegas1212:02:21

I don’t see any client code in the stack trace 😞

hmaurer16:02:25

@pvillegas12 hi! could you give the full context of where you are doing your df/load please? (e.g. in a gist)

pvillegas1216:02:50

I found the problem, datomic ids can get large and there was a mismatch in what the client expected

pvillegas1216:02:57

I’m switching over to uuids

hmaurer16:02:58

ah! good to hear 🙂