Solved
Coral2 to Coral3 conversion - Granite UI container
Found this issue while upgrading my dialogs from Coral2 to Coral3
I have within one of my components a tab structure that begins like this
<tabs jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
rel="cq-siteadmin-admin-properties-tabs">
When I upgrade the sling resource type to coral3 using the suggested replacement /granite/ui/components/coral/foundation/container Container — Granite UI 1.0 documentation (adobe.com)
, The tab structure breaks. Does anyone know why it breaks? How to stop it and how to fix it?