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

No more globalDispatch and multireducerKey parameters in v3 #116

Closed kovcic closed 7 years ago

kovcic commented 8 years ago

Hello,

why there's no more globalDispatch and multireducerKey params present in action call at https://github.com/erikras/multireducer/blob/master/src/wrapDispatch.js#L7?

Is there maybe alternative? Nothing listed in migration guide.

Thx

yesmeck commented 8 years ago

It's a bug, could you open a PR?

kovcic commented 8 years ago

here you go: https://github.com/erikras/multireducer/pull/117