Fork me on GitHub
#reagent
<
2017-07-27
>
fabrao02:07:38

Hello all, is there any way to set more than one value for reg-event-fx to {:db (assoc db :dialog true) ... other assoc ...}?

fabrao02:07:07

ops !! wrong channel

kaosko05:07:30

so how do you guys deal with touch events in a case where the element starting the touch event isn't the one that's supposed to track touchmove events? (like start dragging this element, but the container tracks the position)

mrchance22:07:31

Hi all, I ran into the problem described here: https://groups.google.com/forum/#!topic/reagent-project/FO35no_bL2I I believe it's caused by the react bootstrap tabs, since everything worked well before. Any idea what's causing it and how to fix it?

mrchance22:07:19

The error is something like Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs.