redux-utilities / redux-promise

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

NPM package 0.5.3 doesn't match master, but 0.5.1 release #50

Open kgKevGomez opened 7 years ago

kgKevGomez commented 7 years ago

After installing the package using npm, version number is 0.5.3 but code matches 0.5.1 release image

kgKevGomez commented 7 years ago

I discovered this because when it's FSA compliant and an error occurs, it doesn't return the rejected promise, but the dispatched action, so when used with async/await and try/catch, catch is never executed.

stonexer commented 6 years ago

+1

Is this project no longer maintained?