om-next

levitanong 2016-09-23T03:59:18.000181Z

@fenton have you read the datascript integration tutorial in the docs?

snoonan 2016-09-23T07:30:06.000182Z

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

snoonan 2016-09-23T07:30:39.000183Z

I required om.next in the file as (:require [om.next :as om :refer-macros [defui]]

2016-09-23T08:19:51.000184Z

this warning is most likely compleatly harmless.

snoonan 2016-09-23T17:12:42.000185Z

It is harmless, but still filling build logs with noise. I would like to understand it at least.

snoonan 2016-09-23T17:13:16.000186Z

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.

fenton 2016-09-23T17:26:32.000187Z

@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:

levitanong 2016-09-23T20:48:16.000188Z

@fenton I do believe you’d need to use om/class->any to automatically select a component that matches that class.

levitanong 2016-09-23T20:48:35.000189Z

Hope you have a good walk!