Closed wmertens closed 1 week ago
Latest commit: c17f585fe2ee933c5c51af4c1f7105ccbdb65232
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@6963
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@6963
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@6963
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@6963
commit: c17f585
Name | Status | Preview | Last Commit |
---|---|---|---|
qwik-docs | ✅ Ready (View Log) | Visit Preview | c17f585fe2ee933c5c51af4c1f7105ccbdb65232 |
Only serialize vnodes that are being used. It's mostly working, tests need updating, but in e.g. the playground has some vnodes it can't find after SSR, so we are missing some ways vnodes are referenced. It's also serialing all vnode metadata for testing, which is way too much.