Closed desiprisg closed 7 months ago
Hi @desiprisg , I think you should adjust the indentation of the components you've added. Here is an example with the same case that I've already created.
@alfianyusufabdullah The issue appears when the nested component has a different name (prefixed by the first component's name). Try naming the second one CalloutSubmission2
.
Noticed this while implementing an
<Accordion />
. I've added overrides for<Accordion />
and<AccordionItem />
and it seems that when nesting these, the outside element is not placed correctly.Simplified example:
will yield:
If
Accordion
was not a prefix ofAccordionItem
, this would work as expected.