svrcekmichal / redux-axios-middleware

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

Update Readme to add error interceptor detail #93

Closed art049 closed 4 years ago

art049 commented 5 years ago

I faced few problems without this line and it was hard to find on the web. With just a return error, errors are handled as success by redux.

vasilevich commented 4 years ago

thank you for your pull