[VUE] Why ref
in queryKey
make signal.aborted - true
?
#6279
Unanswered
vladanilos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to know why
ref
inqueryKey
makesignal.aborted - true
in the previous request?Code example:
Example steps:
params.value.a = 3
signal.aborted
from the previous request becomes true (and the request is canceled automatically (I useaxios
))I want to know how it works, to understand if can I skip
queryClient.cancelQueries
function.Is this a bug or a feature?
Have not found any information in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions