I’m not able to utilize auto layout in components.
I’m trying to create a sidebar with several accordion menus. I have everything set up as components to make edits easier across frames. I have a collapsed state that can be turned off or on, both states are in an auto-layout frame with the same properties. When I test the UI, if I use the component, the auto layout is ignored and elements overlap. If I detach the auto layout everything works as expected.
Is there something that I’m doing wrong?