bug: scoped: true
slot fallback is hidden when using slot forwarding
#6170
Labels
scoped: true
slot fallback is hidden when using slot forwarding
#6170
Prerequisites
Stencil Version
latest
Current Behavior
Using a non-shadow component like:
<parent-component label="a label via prop"></parent-component>
Build with a parent:
and a child:
The nested slot fallback will be
hidden
Expected Behavior
Forwarding a slot should not act like slotting a node - the fallback content should not be hidden.
System Info
Steps to Reproduce
Code Reproduction URL
/~https://github.com/johnjenkins/broken-slot-fallback-forwarding
Additional Information
No response
The text was updated successfully, but these errors were encountered: