We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Failing test demonstrating omcljsGH-877
793de71
Fix for omcljsGH-877
d1b4ec1
No branches or pull requests
In JVM clojure, the following will fail:
with exception
The text was updated successfully, but these errors were encountered: