-
Notifications
You must be signed in to change notification settings - Fork 128
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
execute/refetch should be async #51
Comments
I'd also like the option to do this. I want to be able to catch the error thrown by the Axios call in my form submit handler. eg.
|
I was able to achieve this using the transformResponse portion of the execute function:
|
Addressed in version 1.6.0 |
@simoneb thank you for the quick update, you're a hero 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like the ability to await refetch/execute and receive the response data in return.
The text was updated successfully, but these errors were encountered: