Created
October 29, 2014 07:07
-
-
Save blissdev/8ff5fecf76fdba2cb0b3 to your computer and use it in GitHub Desktop.
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
(let [c (om/get-props owner) | |
v (deref c)] | |
(log v)) | |
; Uncaught Error: Cannot manipulate cursor outside of render phase, only om.core/transact!, om.core/update!, and cljs.core/deref operations allowed | |
; from line 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment