Last active
February 13, 2016 10:00
-
-
Save IwanKaramazow/3047ae2f0a34733a10ab to your computer and use it in GitHub Desktop.
om/set-query! original query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defui RootView | |
static om/IQuery | |
(query [_] | |
[:property]) | |
...) | |
(om/set-query! RootView {:query (om/get-query RootView)}) | |
;; => #object[Error Error: Assert failed: Query violation, [object Object] reuses function etc. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment