I would like to relate this with code and also what would be the order if child1 has two components in its parent hierarcy and twot subchildren as following
<aura:component>
<C:superparent>
<C:parent>
<C:child1/>
</C:parent>
</C:superparent>
<C:child2/>
</aura:component>
2 respuestas
Hi Soundarya,
The componnet Tree looks correct apart from you have missed the Subchild1 and subChild2 in the tree (4 & 5). Are you facing any challenged?
regards,
Amit.