If you can't use nested components

And you see a popup like this while creating a nested component:

Screenshot_20260831_193929

That means the parent component doesn’t have Auto Layout. The solution is to add Auto Layout to the parent component, then place the child component inside it.

Why we have to use Auto Layout first to implement nested components? I don’t know. But temporarily, you can follow the steps I explained above.

Nested components indeed currently require the parent to have Auto Layout applied. This is due to how our rendering logic is structured, but we’re actively working on a smoother solution for future updates. For now, your workaround is spot on, and we really appreciate you sharing it so clearly :folded_hands:t2: