I am trying to keep componentize the universe, and have a hover variant for each component.
(bear with me in this next line)
For prototyping, I have noticed that while modifications to instances of components (like names) are inherited by the hover state, interactions are not.
That means when the user hovers a component the interaction is coming from the component, not the instance.
Is this working as expected?