[🐞] Recursive composition of components lacks named Slot projection. #4922
Labels
TYPE: bug
Something isn't working
WAITING FOR: team
Waiting for one of the core team members to review and reply
Which component is affected?
Qwik Runtime
Describe the bug
I am trying to compose components recursively like this:
The result is success for
<Slot />
but fail for<Slot name="foo" />
.The
q:slot="foo"
is not projected but entire component is projected to<Slot />
Reproduction
https://stackblitz.com/edit/qwik-starter-2us27r?file=src%2Froutes%2Findex.tsx
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: