You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Invoking "useMutation" with onDone hook does not decrement global mutation loading (useGlobalMutationLoading)
Will investigate and provide more details or fix soon
Update: error was caused because in onDone hook body i destroyed component that used mutation (closed modal window), thus i lost global loading tracking.
But shouldn't "onDone" be invoked after loading and mutation are finished?
Describe the bug
Invoking "useMutation" with onDone hook does not decrement global mutation loading (useGlobalMutationLoading)
Will investigate and provide more details or fix soon
workaround
use ".then()" or update function
Versions
vue: 3.2.41
vue/apollo-composable: 4.0.0-beta.1
@apollo/client: 3.7.14
The text was updated successfully, but these errors were encountered: