Hi there. Running into an issue prototyping: I have Component A with 6ish variants. AA, AB, AC etc. Within these variants, there are a few different hover states where I’m using a “change to” transition. Everything is working great, but within the component, I want to have a drop down menu where users can select a different variant to appear (changing from AA to AB).
I think I need to use open overlay and a separate frame to achieve this, and I can link from the component to the overlay just fine, but now I’m finding I can’t link BACK to the original component and it’s variants. I.e, the user clicks on the drop down menu, selects AA, but I can’t link that frame back to the correct variant. Any work arounds here? Or do I just need to abandon the components and build out separate screens with each state to make this work?