(will-mount) is called outside of the render phase, so you can't directly access the :world key on the cursor itself within that scope – you'll have to deref it first to get at the backing map. (log (:world @data)) should do what you're looking for.
Cursor access semantics are covered in the Om documentation here: https://github.com/swannodette/om/wiki/Cursors#accessing-cursors -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
