This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-24
Channels
- # announcements (1)
- # beginners (113)
- # calva (16)
- # cider (6)
- # cljsrn (1)
- # clojure (104)
- # clojure-argentina (2)
- # clojure-dev (3)
- # clojure-italy (1)
- # clojure-nl (10)
- # clojure-spec (6)
- # clojure-uk (4)
- # clojuredesign-podcast (44)
- # clojurescript (25)
- # core-async (2)
- # datomic (21)
- # emacs (14)
- # events (1)
- # figwheel-main (12)
- # fulcro (7)
- # joker (2)
- # leiningen (1)
- # mount (7)
- # music (1)
- # off-topic (16)
- # pedestal (3)
- # re-frame (8)
- # reagent (8)
- # reitit (11)
- # shadow-cljs (4)
- # spacemacs (16)
- # sql (1)
- # tools-deps (14)
- # vim (1)
I tried to adapt aws-amplify react authentication HOC a while back but ran into some trouble so hacked around it terribly. Now I am trying to follow the Google Maps example and I'm hitting the same error (or at least it looks like it).
When using react native defsc
from fulcro.client.primitves
works but the one from com.fulcrologic.fulcro.components
gives:
FATAL [com.fulcrologic.fulcro.components:332] - Cannot find app on component!
the problem is that components (eg X
) defined with defsc
from client.primitives
we can’t run (com/get-query X)
on it, throws: ERROR [com.fulcrologic.fulcro.components:473] - Query ID received no class (if you see this warning, it probably means metadata was lost on your query) #error {:message "", :data {}}
any ideas?f2 and f3 are not cross compatible. They can be on the classpath at the same time, but they cannot be “mixed” in a single app