I am trying to use the new nested instances. I want to create an accordion which contains multiple levels of accordions inside it. So created an accordion and put it inside itself so that when you expand an accordion you can see another accordion inside it and so on. Now it’s throwing an error “Nested instance is swapped with its parent instance”
Hi there, the nested instances refers to nested properties from subcomponents to a component level.
What you want to do can be achieved with simple components, you have to make the inner components first, and then the outer ones, they can be variants as well.
Care to share a screenshot of what you’re trying to create?