Skip to content

Version Packages (next) - #289

Merged
ryansolid merged 1 commit into
nextfrom
changeset-release/next
Jul 27, 2026
Merged

Version Packages (next)#289
ryansolid merged 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

vite-plugin-solid@3.0.0-next.17

Patch Changes

  • 178b9dc: update to solid 2.0.0-beta.26 and @dom-expressions/compiler 0.50.0-next.31
  • 3b913f5: Inject the server-component bootstrap at the top of <head>, before the hydration data script. It was appended at </head>, but the generated document renders <HydrationScript /> inside <head>, so the bootstrap always landed after the payload it has to precede. The render plugin serializes a server component's placeholder as self._$SC.r(id), so any document whose hydration payload carried a frame reference threw Cannot read properties of undefined (reading 'r') on boot — which aborted hydration, leaving the whole page inert: no client state, no interactivity, and no navigation, on an otherwise perfectly server-rendered document. The turnkey example's own payload happens not to carry such a reference, so its "no page errors" check never caught this; the document assertion now verifies the ordering rather than mere presence.

@github-actions
github-actions Bot force-pushed the changeset-release/next branch from 913c8f3 to edcd31c Compare July 27, 2026 22:14
@ryansolid
ryansolid merged commit c72cc55 into next Jul 27, 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.

1 participant