Bringing this up for visibility.
I have a page for “components” and a page for layouts in my design file. These components have many states, so I try to keep things organized by separating project specific variations of key pieces in their own page away from the prototype mockups.
I have a tooltip in these components - on hover it displays another component as an overlay. This works great in the component page - but use that component elsewhere in the file and the overlay doesn’t carry over. I can add the overlay, but have to connect each instance of the tooltip (it’s a quoter, so there’s lots of possible variations) on every variation of my component - which defeats the purpose.
It looks like this is something others have asked for:
^Like this one if you’re interested.