Null/undefined values #184
Unanswered
wobsoriano
asked this question in
Q&A
Replies: 1 comment
-
Hmm I think in this case you would like to remove the query from cache instead of setting it to null (queryClient.removeQueries). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm using another subscription library and do want to know if there's a way vue-query (or vue in general) can detect changes when set to null or an empty object?
The code above won't trigger updates because of weird vue reactivity. But do you have any suggestions for things like this? 😄
Beta Was this translation helpful? Give feedback.
All reactions