David Gaitsgory

Results 1 issues of David Gaitsgory

This is my call with `batchActions` ``` dispatch(batchActions([ this.props.actions.setTags({ tags : activeTags }), this.props.actions.setNuggets({ nuggets : activeNuggets}), this.props.actions.setSelectedDomain({ selectedDomainId : nextActiveDomain }), ])) ``` I've put a `console.log` in each...