What do you mean by "I'm using a multi function"? Do you mean a multimethod?
If so, then be very careful! If you use a multimethod as an Om component, it won't work how you expect! See here: https://github.com/swannodette/om/issues/178 On 27 June 2014 03:45, Dave Della Costa <[email protected]> wrote: > I've added an example here: > > > https://github.com/ddellacosta/om-examples/blob/master/same-data/src/core.cljs > > DD > > (2014/06/27 5:26), [email protected] wrote: > > I thought about posting the code, but I thing you got me right :) > > That's exactly what I'm doing (or intend to do), besides I'm using a > > multi function instead of item-comp and sep-comp, since there will be > > more different types in the future. > > > > Did you ever try code like yours? I also thought this should work, > > but it doesn't. If you did, maybe I got something wrong somewhere > > else... > > > > Thanks for your fast reply! Unfortunately I won't have internet in > > the next few days, but will be back next week. > > > > Greetings > > > > -- > 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.
