Fork me on GitHub
#lein-figwheel
<
2016-06-11
>
yusup04:06:43

110 :merge (merge-delta conn) 111 :id-key :db/id 112 :migrate migrate-tempids})) 113 114 (defui Todos ^--- Use of undeclared Var lispy.core/x44605 115 static om/IQueryParams 116 (params [this] 117 {:todo-item (om/get-query item/TodoItem)}) 118 119 static om/IQuery

yusup04:06:34

App works ,but I am getting this warning

yusup04:06:24

Use of undeclared Var lispy.core/x44605 at line 114, column 1 in file src/cljs/lispy/core.cljs

yusup04:06:46

it is an Om next app . I am using [org.clojure/clojurescript "1.9.36"], [figwheel-sidecar "0.5.4-SNAPSHOT"]

yusup04:06:02

weird thing though , I get this warning once in two compilation .