svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
919 stars 96 forks source link

Fix `Promise.reject` throw uncaught exception and add more test #14

Closed hotay closed 8 years ago

hotay commented 8 years ago
hotay commented 8 years ago

@svrcekmichal WDYT?

svrcekmichal commented 8 years ago

@hotay Issue was fixed in 1.0.0-rc.1. Please, if you don't mind create PR to branch feature/middleware-tests with that test you have written and in my spare time i will try to cover whole middleware. Thanks