This patch fixes an issue with slots not being filled when nested inside another component.
This will now work:
<!-- alert.html component -->
<x-alert>
<x-header>
<slot:title>
Default header title
</slot:title>
<p>This is always visible in the header</p>
</x-header>
</x-alert>
<!-- usage -->
<x-alert>
<fill:title>
Custom header title
</fill:title>
</x-alert>- build(deps-dev): bump @biomejs/biome from 2.2.3 to 2.2.4 6f90eb9
- Move filledSlots variable 476bad0
- Process slots before processing subtree by @StratusFearMe21 be27e21