Closed Varixo closed 1 month ago
Latest commit: d7962978504cd36d5b98bd14561a1c33e0bfa24d
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/@builder.io/qwik@6984
npm i https://pkg.pr.new/@builder.io/qwik-city@6984
npm i https://pkg.pr.new/eslint-plugin-qwik@6984
npm i https://pkg.pr.new/create-qwik@6984
commit: d796297
Name | Status | Preview | Last Commit |
---|---|---|---|
qwik-docs | ✅ Ready (View Log) | Visit Preview | d7962978504cd36d5b98bd14561a1c33e0bfa24d |
Fix component rendering by marking a host as not deleted if we schedule it to rerender. We could mark it before during cleanup, but now we found it and want to reuse it, so we need to mark it as not deleted.