Skip to content

redux-saga-requests v0.12.1

Compare
Choose a tag to compare
@klis87 klis87 released this 05 Apr 16:17
· 550 commits to master since this release

Fixed bug when using Axios driver with FSA actions - error action was incorrectly interpret as a request, because request key in error actions in payload was set by Axios, which collided with request key from this library. Details can be seen in #101. Great thanks to @qizmaster for fixing this!