Thanks for the clarification. I was wondering what check-val? and value-component are, but since I'm using Om this shouldn't matter to me. That's very odd then that I observed different behaviour between snippet and component. It must be because of something else then, but I don't understand what since swapping for component fixed it. Very odd. Will investigate more tomorrow.
On 4 April 2014 02:58, Creighton Kirkendall <[email protected]> wrote: > Daniel, > From a design perspective snippet simply wraps the component call in a > function in much the same way you are wrapping the component call in a > function when you use component directly. You can see the basic structure > of the call here: > > https://github.com/ckirkendall/kioo/blob/master/src/kioo/core.clj#L139 > > Note: for om false is passed in for check-val? > > CK > > -- > 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.
