-
Notifications
You must be signed in to change notification settings - Fork 3
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
WithCalls store every result in the state #62
Labels
Comments
francobasilico
added
enhancement
New feature or request
question
Further information is requested
labels
May 6, 2024
gabrielguerrero
pushed a commit
that referenced
this issue
May 6, 2024
Added prop dontStoreResult to withCalls, when true the result will not be stored, and the result prop will not be added to the store fix #62
gabrielguerrero
pushed a commit
that referenced
this issue
May 6, 2024
Added prop dontStoreResult to withCalls, when true the result will not be stored, and the result prop will not be added to the store fix #62
gabrielguerrero
pushed a commit
that referenced
this issue
May 6, 2024
Added prop dontStoreResult to withCalls, when true the result will not be stored, and the result prop will not be added to the store fix #62
gabrielguerrero
pushed a commit
that referenced
this issue
May 6, 2024
Added prop storeResult to withCalls, when false the result will not be stored, and the result prop will not be added to the store fix #62
gabrielguerrero
pushed a commit
that referenced
this issue
May 6, 2024
Added prop storeResult to withCalls, when false the result will not be stored, and the result prop will not be added to the store fix #62
🎉 This issue has been resolved in version 17.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
WithCalls feature is great for making the request and tracking status, errors and result.
WithCalls allows me to use onSuccess to manipulate the result But what if I don't want to store the whole result of the call?
Is there any way I can ignore storing the result and just get the benefit of the tracking status/errors?
In this example downloadInvoice is an operation that doesn't generate result
The text was updated successfully, but these errors were encountered: