We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It appears that a failed thunk does not trigger the complete action type.
So a saveTodo thunk should always trigger listeners for saveTodo.type, which it does so for a successful thunk, but not a failed thunk.
saveTodo
saveTodo.type
Status