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

added ownProps param to mapStateToProps of connectMultireducer #82

Closed jsdmc closed 8 years ago

jsdmc commented 8 years ago

also fixed state slice checking so, reducers that operates with simple states (like primitive types) will also work