erikras / multireducer

A utility to wrap many copies of a single Redux reducer into a single key-based reducer.
MIT License
422 stars 23 forks source link

Add support for redux-thunk with extra argument #118

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

Redux-thunk can be used with third argument in actions and it would be really nice if multireducer would support this too. Right now this argument lost in wrapDispatch function.