@qwik.dev/core@2.0.0-beta.26
📦 qwikView on GitHub →
🐛 4 fixes🔧 1 symbols
Summary
This patch release focuses on stability and correctness, fixing several bugs related to slotted content, event handling on removed elements, projection changes, and component re-rendering logic.
🐛 Bug Fixes
- Slotted text no longer disappears when conditional content before <Slot /> is toggled off.
- Event calls for already removed elements are now ignored.
- Fixed crashing or hanging browser while handling projections changes.
- Components no longer rerender unnecessarily with constant null or undefined keys.