Skip to content

Elliott/query live take two#15705

Open
elliott-with-the-longest-name-on-github wants to merge 54 commits intomainfrom
elliott/query-live-take-two
Open

Elliott/query live take two#15705
elliott-with-the-longest-name-on-github wants to merge 54 commits intomainfrom
elliott/query-live-take-two

Conversation

@elliott-with-the-longest-name-on-github
Copy link
Copy Markdown
Contributor

Alternative to #15563. I reimplemented a bunch of stuff to fix a bunch of papercuts, figured it would be easier to review this way. I still need to add hydratable support.

Rich-Harris and others added 24 commits March 20, 2026 17:57
# Conflicts:
#	packages/kit/src/exports/public.d.ts
#	packages/kit/src/runtime/app/server/remote/query.js
#	packages/kit/src/runtime/client/client.js
#	packages/kit/src/runtime/client/remote-functions/command.svelte.js
#	packages/kit/src/runtime/client/remote-functions/form.svelte.js
#	packages/kit/src/runtime/client/remote-functions/query.svelte.js
#	packages/kit/src/runtime/server/remote.js
#	packages/kit/src/runtime/server/respond.js
#	packages/kit/src/types/internal.d.ts
#	packages/kit/types/index.d.ts
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 11, 2026

🦋 Changeset detected

Latest commit: 91d0f24

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

This PR includes changesets to release 1 package
Name Type
@sveltejs/kit Minor

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

@svelte-docs-bot
Copy link
Copy Markdown

return this.#then;
}

get catch() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LiveQuery's catch and finally getters don't call #start(), causing the connection to never initialize when using these methods without .then

Fix on Vercel

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.

2 participants