What is the recommended way to handle async errors on actions? #1926
Unanswered
nicolasassi
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My code stands pretty much as follows:
The use of this store would be something like this:
I created a new field on my state to store the errors so I can retrieve then outside the action when its done. But this seems too complicated... Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions