4.3.0
版本发布时间: 2017-05-15 23:25:15
pburtchaell/redux-promise-middleware最新发布版本:6.2.0(2023-12-28 03:07:18)
This release has been deprecated due to breaking changes in error handling.
This release fixes a bug when a dispatch
call throws an error in handleFulfill
, changing the promise state to rejected. This can happen when a reducer throws an error or a component's render throws as a result of a Redux store update.
Thanks to @danwang for the PR!