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 #119

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. I'm using this changes in my project and it works fine.

yesmeck commented 7 years ago

Released 3.0.4.