Skip to content

Commit 2bf90d0

Browse files
committed
chore(changeset): add patch updates for @vue3-apollo/core and @vue3-apollo/nuxt
1 parent d540483 commit 2bf90d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.changeset/clean-roses-kiss.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)