-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thunk completeType not called on fail #568
Comments
Full response in the works. :) |
With v4+, to trigger the @ctrlplusb hope this is helpful! =) |
Yes I know, but the |
Apologies, I'm afraid I misread your initial statement. Sean clearly understands, but it might benefit others to have a little more information. Looking from the docs inward, I'm unaware of a |
When I say the ... Then with thunks, you also have the start, success and fail actions: ... |
It appears that a failed thunk does not trigger the complete action type.
So a
saveTodo
thunk should always trigger listeners forsaveTodo.type
, which it does so for a successful thunk, but not a failed thunk.The text was updated successfully, but these errors were encountered: