om/value is the cached value that was seen at the start of render which is useful to know. You need to deref if you absolutely need to see what the current value is.
David On Mon, May 25, 2015 at 1:05 PM, John Chijioke <[email protected]> wrote: > When a transact has happened to cursor successfully. Why does (om/value > cursor) not return the current value in (om/state cursor) at (om/path > cursor)? > > John. > > -- > 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. > -- 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.
