redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

Avoid infinite dispatching if promise rejects with itself. Fixes #33. #41

Open rkatic opened 7 years ago

rkatic commented 7 years ago

Example of that case is when jQuery ajax fails and respective jqXHR rejects with itself.

rkatic commented 7 years ago

@acdlite is this project still maintained?