How many level of nested component can i create?

I have a list component that contains a header component and a repeatable label component. Now, I want to create a new component that includes the list component, but the dropdown of components (in the admin) doesn’t show it.

This topic has been created from a Discord post (1244704698955726869) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

can i create 3 nested levels?

Think it’s two

Technically you can create as many as you like via the schema.json manually, but this can come with performance implications.

There are other side effects also :frowning_with_open_mouth:

Like types don’t see more then two levels deep