Componont states interactions is not inherited from the default state
When creating a component with multiple states, like a mobile menu for navigation, the interactions from the default states are not inherited to the new states. you have to manually define all interactions again, for all states. This must be considered a bug and be addressed.
The workaround now is to add another component inside the component that just holds the navigation. But this only solves interactions between artboards, not interactions between component states.


