@gfargo : Nesting three or more levels in a component and when used inside a dynamic zone, creates error:
error: delete from components_layouts_blocks_components where (entity_id = 3 and component_id not in (3) and field = ‘padding’) - database is locked
SqliteError: delete from components_layouts_blocks_components where (entity_id = 3 and component_id not in (3) and field = ‘padding’) - database is locked
What could be the possible solution/workaround to get past this as we really needed to implement multi layered components for our use case ?!