I am trying to make a calendar component, which is using an instance of a date component with variants (default and hover) for each date of the month. I need to define a variable based on which date instance that is clicked in the hover state - so I am refining the interaction for each date in the month component. When this is done, and I set the state back to default and refresh Figma, the interaction in hover state is reset back to the interaction from the original date component.
Is there a way around this, if I need to be able to add interactions to hover state instances?