Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I have run into some issue with `redux-batched-updates`, depending where you have it in your middleware chain the return value of `dispatch` will be undefined. I am proposing my redux-batched-subscribe store enhancer instead, it moves the batching to the edge (notifying subscribe handlers) and allows for any custom function to be used.
- Loading branch information