Fork me on GitHub
#fulcro
<
2019-08-13
>
sif16:08:14

I'm trying example of pre-merge.post-mutation-countdown (and some other in same section) in the developer guide, but the mutations doesn't seem to work... the network request get passed but I get Error: No protocol method IAssociative.-assoc defined for type cljs.core/Keyword: :com.wsscode.pathom.core/not-found error in my console ... any idea of why this? is much appreciated

wilkerlucio17:08:35

hello, seems like your code is trying to assoc on a keyword, probably some data you requested wasn't available and its operating on the assumption it worked

sif18:08:09

thank you! problem was related to namespaced keywords...