Skip to main content
Question

Changing auto layout of a slot child changes it in the component and all instances

  • April 3, 2026
  • 0 replies
  • 1 view

Heath_Flohre

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.