Hi, I would like to ask another question. How can I set the visibility of a component to ‘hidden’ if all of its slots are empty?
A possible way is to set a dynamic value for the component root visibility like $props.slot1 || $props.slot2 || $props.slot3