thunk completeType not called on fail
See original GitHub issueIt 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Thunk Action not being called by dispatch - using Typescript
It seems like you're dispatching your thunk action okay, but you aren't then actually dispatching an action within the thunk action.
Read more >Attributes in Clang — Clang 16.0.0git documentation
When calling the API, Swift will always pass a valid address initialized to a null pointer. swift_error(none) means that the function should not...
Read more >JAXB Users Guide - Java EE
This document explains various interesting/complex/tricky aspects of JAXB, based on questions posted on the JAXB users forum and answers I provided.
Read more >D-Bus Specification - Freedesktop.org
method call messages with no INTERFACE may be considered an error; ... A single complete type is a basic type code, a variant...
Read more >Effective Dart: Design - Dart programming language
In an imperative language like Dart, members are often called mainly for their side effect: they ... However, if there is no initializer,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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
typeaction existing or being expected.Full response in the works. 😃