Got component nesting removed? I can't add a component field if the component has a component as a field already

I just talked to one of the strapi engineers if my proposed solution is really feasable and he mentioned some issues with it you need to be aware of:

  • the deeply nested data will get harder and harder ot extract until you will reach a certain limit of strapi, that you cannot go any deeper
  • you might run into circular dependency problems where component A demands something from B and B something from A which will result in errors.

Be aware of these problems. The engineer rather adviced me to rethink the components and create the specific ones you need without the need of nesting multiple layers deep.

Furhtermore he mentioned that it might(!) get better in V5