I've tested this component with Angular, React, and Vue and I get the same experience with all three frameworks. The band initially renders with just the default slot content.

Even though my test is using the header, aside, and footer slots, those areas do not render. However, if I call the render method on pfe-band after the page loads, those slots become visible.

I've tested this component with Angular, React, and Vue and I get the same experience with all three frameworks. The band initially renders with just the default slot content.
Even though my test is using the header, aside, and footer slots, those areas do not render. However, if I call the
rendermethod on pfe-band after the page loads, those slots become visible.