Question
Changing auto layout of a slot child changes it in the component and all instances
I have a layout component with a slot that contains an auto layout frame where I can compose content with as needed. If I change the auto layout in an instance, it changes the layout in the main component and any instance on the page. I would expect the auto layout change to only affect the instance.
