We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fba0467 + 95d0129 commit 074b067Copy full SHA for 074b067
README.md
@@ -920,7 +920,7 @@ $ npm install && npm test
920
## Upgrading from v2.0.x
921
922
- The `CALL_API` alias has been removed
923
-- Error handling around failed fetches has been updated (#175)
+- Error handling around failed fetches has been updated ([#175](https://github.com/agraboso/redux-api-middleware/pull/175))
924
- Previously, a failed `fetch` would dispatch a `REQUEST` FSA followed by another `REQUEST` FSA with an error flag
925
- Now, a failed `fetch` will dispatch a `REQUEST` FSA followed by a `FAILURE` FSA
926
0 commit comments