Skip to content

Fix awaited Vue query subscriptions#3890

Merged
JoviDeCroock merged 1 commit into
mainfrom
JoviDeCroock/issue-3832
Jun 14, 2026
Merged

Fix awaited Vue query subscriptions#3890
JoviDeCroock merged 1 commit into
mainfrom
JoviDeCroock/issue-3832

Conversation

@JoviDeCroock

Copy link
Copy Markdown
Collaborator

Summary

  • Resolve awaited useQuery from the composable's existing reactive state
  • Avoid adding a second subscription to the query source when useQuery is awaited
  • Add a patch changeset for @urql/vue

Fixes #3832.

@changeset-bot

changeset-bot Bot commented Jun 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 09c2c6b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@urql/vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploying urql with  Cloudflare Pages  Cloudflare Pages

Latest commit: 09c2c6b
Status: ✅  Deploy successful!
Preview URL: https://71a32b4c.urql.pages.dev
Branch Preview URL: https://jovidecroock-issue-3832.urql.pages.dev

View logs

@JoviDeCroock JoviDeCroock requested a review from kitten June 14, 2026 06:45
@JoviDeCroock JoviDeCroock force-pushed the JoviDeCroock/issue-3832 branch from 53223dd to 09c2c6b Compare June 14, 2026 06:54
@JoviDeCroock JoviDeCroock merged commit a8a0c58 into main Jun 14, 2026
7 checks passed
@JoviDeCroock JoviDeCroock deleted the JoviDeCroock/issue-3832 branch June 14, 2026 10:18
@github-actions github-actions Bot mentioned this pull request Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@urql/vue: memory leak in Nuxt 3/4 server

2 participants