-
As far as I can tell, this isn't a thing currently. But it would be really handy if onSuccess could accept an async function which will be awaited before isLoading is set to true. Alternatively a new onAsyncSuccess(terrible name) option might be simpler to implement. |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Apr 29, 2021
Replies: 1 comment 3 replies
-
you mean before isLoading is set to false? Anyways, what problem are you trying to solve please? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jtparrett
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you mean before isLoading is set to false? Anyways, what problem are you trying to solve please?