jfairbank / redux-saga-test-plan

Test Redux Saga with an easy plan.
http://redux-saga-test-plan.jeremyfairbank.com
MIT License
1.25k stars 127 forks source link

Add action's type to withReducer definition #358

Closed Zak-Zak closed 4 years ago

Zak-Zak commented 4 years ago

This pull request updates the withReducer type. This needed to provide compatibility with reducers that use more complex action. Such as reducers created with createReducer function from https://github.com/piotrwitek/typesafe-actions At the moment withReducer allows only AnyAction type.

gilbsgilbs commented 3 years ago

@jp928 Hey :wave: , not willing to put pressure on you at all, but do you have any plan to ship this on NPM anytime soon? Thanks!

gilbsgilbs commented 3 years ago

Thanks for the release @jp928 . Much appreciated :+1: .