This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-23
Channels
- # alda (1)
- # beginners (26)
- # boot (88)
- # carry (2)
- # cider (6)
- # clara (6)
- # cljs-dev (43)
- # cljsrn (14)
- # clojure (48)
- # clojure-belgium (2)
- # clojure-czech (4)
- # clojure-dev (1)
- # clojure-dusseldorf (7)
- # clojure-japan (1)
- # clojure-russia (55)
- # clojure-spec (65)
- # clojure-taiwan (1)
- # clojure-uk (28)
- # clojurescript (154)
- # cursive (5)
- # datomic (1)
- # editors (2)
- # emacs (29)
- # funcool (1)
- # jobs (3)
- # lambdaisland (5)
- # leiningen (1)
- # luminus (2)
- # new-channels (1)
- # off-topic (17)
- # om (18)
- # om-next (10)
- # onyx (24)
- # parinfer (14)
- # pedestal (4)
- # planck (3)
- # re-frame (69)
- # reactive (2)
- # reagent (3)
- # schema (2)
- # spacemacs (2)
- # sql (13)
- # vim (11)
@fenton have you read the datascript integration tutorial in the docs?
Why am I getting the following warning? All the lines are (defui SomeComponent
WARNING: Use of undeclared Var map18xx.tiles/x30516 at line 192 /builds/snoonan99/map18xx/src/map18xx/tiles.cljs
WARNING: Use of undeclared Var map18xx.tiles/x30516 at line 192 /builds/snoonan99/map18xx/src/map18xx/tiles.cljs
WARNING: Use of undeclared Var map18xx.tiles/x30565 at line 243 /builds/snoonan99/map18xx/src/map18xx/tiles.cljs
It is harmless, but still filling build logs with noise. I would like to understand it at least.
There is a similar warning used in the tutors that explain it as the symbol is defined after use, but that is not the case here.
@levitanong I was working off that... Just on phone now but I'll go look again when I get back on to my laptop... Gotta go walk in nature right now... Too much screen time:slightly_frowning_face:
@fenton I do believe you’d need to use om/class->any
to automatically select a component that matches that class.
Hope you have a good walk!