I can’t provide the exact example I have in my codebase due to the NDA. We are building a generic no-code platform, where recursive component are of great help. Right now, we have 7-8 examples in the codebase, but they are all essentially like the one I provided in the playground reproduction.
In one of the cases we have a “Table of Content” recursive component.
Are recursive components supported in the new v11, as well as recursive modules?
Yes, that is one of the workarounds we could use. However, it is not the same because make, on its own, isn’t a React component (nested call doesn’t end up as JsxRuntime.jsxs call in js output) which brings some benefits.