Right now, when a parent component changes its properties or variants, the Slot inside it keeps its content and ignores those changes.
While I love using slots for the flexibility to add custom elements, there are many times when I also need that slot to automatically adapt to the active variant's styling or layout. It would be amazing to have an option or a toggle that lets Slot behavior sync with variant changes
