Open
Description
In JVM clojure, the following will fail:
(let [query [{:tree [:id
:value
{:children '...}]}]
state {:tree {:id 0 :value 42
:children [{:id 1 :value 43
:children [{:id 2 :value 99
:children []}]}
{:id 3 :value 101
:children []}]}}]
(is (= state
(om/db->tree query state state))))
with exception
java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Symbol
Metadata
Metadata
Assignees
Labels
No labels