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.
1 parent 9fbbc38 commit 96b0691Copy full SHA for 96b0691
README.md
@@ -902,6 +902,9 @@ $ npm install && npm test
902
## Upgrading from v2.0.x
903
904
- The `CALL_API` alias has been removed
905
+- Error handling around failed fetches has been updated (#175)
906
+ - Previously, a failed `fetch` would dispatch a `REQUEST` FSA followed by another `REQUEST` FSA with an error flag
907
+ - Now, a failed `fetch` will dispatch a `REQUEST` FSA followed by a `FAILURE` FSA
908
909
## License
910
0 commit comments