engine-server
fails to render un-templated default slot content
#5020
Labels
engine-server
fails to render un-templated default slot content
#5020
Description
Steps to Reproduce
A reproduction of this is fixtures -> scoped-slots -> advanced.
A minimal reproduction:
Create a child (x-child) component with a default slot and the
lwc:slot-bind
directive:Create a parent (x-parent) component with content both inside and outside template tags:
Expected Results
engine-server
should render all defined content:Actual Results
engine-server
does not render any content outside of the template tagThe text was updated successfully, but these errors were encountered: