Skip to content

Instantly share code, notes, and snippets.

@blissdev
Created October 29, 2014 07:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save blissdev/8ff5fecf76fdba2cb0b3 to your computer and use it in GitHub Desktop.
(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