When I insert a component inside another component’s slot, the props don’t render in the builder, but only when the parent component’s props have been set. As soon as you set any data in the parent component’s props, the child component does not render data set in props.
In video example. the child component is a nested accordion element. It’s as if it breaks the child component completely, because any changes I make to it thereafter, has no effect.