choko-org / redux-boot

Modular Redux bootstrap with asynchronous side-effects.
MIT License
126 stars 7 forks source link

redux-actions newest versions require defaultState at handleAction #31

Closed sebas5384 closed 7 years ago

sebas5384 commented 7 years ago

Need to update the handleAction to use the defaultState. https://github.com/acdlite/redux-actions/pull/127

Workaround for this bug is locking the peerDependencies to 0.13.0.

"redux-actions": "0.13.0",