redux-saga-requests v0.23.1
klis87
released this
14 Mar 16:23
·
420 commits
to master
since this release
Allow using any action in resetOn
of requestsReducer
. Previously you couldn't use request action (which u pass to actionType
, or any response matching action (success, error, or abort), because reset case returned earlier, so request/response logic wasn't even executed.
Thanks to @megawac for the idea and PR!