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
App works ,but I am getting this warning
Use of undeclared Var lispy.core/x44605 at line 114, column 1 in file src/cljs/lispy/core.cljs
it is an Om next app . I am using [org.clojure/clojurescript "1.9.36"]
, [figwheel-sidecar "0.5.4-SNAPSHOT"]
weird thing though , I get this warning once in two compilation .