Hi! I’ve worked with auto layouts for a long time and enjoyed the user experience, but today I was doing the same things I was doing before, and it didn’t work. In auto-layout component, it is impossible to add more similar nested items. Therefore, lists don’t work.
Here is the reproduction video: kap.mp4 - Google Drive
Flow:
- Create some “list-item” component
- Create a frame “list” with auto layout, add “list-item” inside it, make it a component
- Create instance of “list”, try to duplicate “list-item” in it
What happens: the “list-item” is duplicated outside of the “list”
Expected behavior: “list-item” is duplicated inside the list, below the first “list-item” instance