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
The problem is, that the query is executed even if skip delivers true. In this case the accountId is "WRONG ID...". But the query is canceled before it completes. Firefox shows "NS_BINDING_ABORTED" for the query in the network tab.
I have a similar problem.
If the return value of skip changes from false to true it does not seem to be recognized and the query gets fired with the false value and results in an error.
So initially the query was not skipped and now it should get skipped.
Describe the bug
I've created a component with the following reactive query:
The problem is, that the query is executed even if skip delivers true. In this case the accountId is "WRONG ID...". But the query is canceled before it completes. Firefox shows "NS_BINDING_ABORTED" for the query in the network tab.
Expected behavior
No request has to be executed.
Versions
vue: 3.3.4
@vue/apollo-composable: ^4.0.0-beta.11
@vue/apollo-option: ^4.0.0-beta.9
@vue/apollo-ssr: ^4.0.0-beta.9
@vue/apollo-util: ^4.0.0-beta.6
@apollo/client: ^3.8.5
The text was updated successfully, but these errors were encountered: