This bug appears to be unpredictable, which makes it difficult to understand the root cause.
I’ve created many components that contain one or more slots. However, when I make changes to the main component—such as updating colors, padding, borders, or other container-level styles—those changes are often not reflected in instances where the slot area has been configured.
I would consider this a bug because it’s essential for us to be able to update the main container around a slot. It makes sense that the slot content itself remains configurable and does not automatically inherit every styling change made after customization. However, the parent component (for example, a card container) should still receive updates from the main component.
What makes this particularly challenging is that the behavior is inconsistent. Some configured instances correctly receive the updates, while others do not. To clarify, I’m not referring to changes made within the slot content itself, but rather to updates applied outside the slot area on the main component.
