Fork me on GitHub
#reagent
<
2015-11-03
>
ordnungswidrig15:11:56

@mikethompson: Thanks a lot. I was guessing something like that. What I’m doing now is to call [compfn data] and the multifn looks like this and it seams to work.

ordnungswidrig15:11:30

(defmethod compfn :some-dispatch [data]
   (let [a (atom nil)]
     [(fn [data] …) data]))

mikethompson22:11:19

Message for re-com users. Try doing this: (set! re-com.box/debug true) That adds coloured borders around all v-box, h-box, gap etc. Can be useful.