We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@vue3-apollo/core
@vue3-apollo/nuxt
1 parent d540483 commit 2bf90d0Copy full SHA for 2bf90d0
.changeset/clean-roses-kiss.md
@@ -0,0 +1,8 @@
1
+---
2
+"@vue3-apollo/core": patch
3
+"@vue3-apollo/nuxt": patch
4
5
+
6
+fix(core): improve reactive variable handling in `useQuery` and `useSubscription`
7
+- Replaced `syncRef` with `computed` for `reactiveVariables`.
8
+- Simplified variable updates to improve reactivity and reduce overhead.
0 commit comments