Description
Claude warned me about using SideNavGroups and as far as i can judge that seems to also count for the SideNavitems. As it works it is not nice at all
SideNavigationList renders a <ul> and passes children through. SideNavigationGroup renders a <Fragment> with a <button> + children directly — no <li> wrapper. So SideNavigationGroup inside a <ul> (SideNavigationList) is structurally wrong — the group's items aren't wrapped in <li> elements. The doubling is likely a Juno rendering issue where SideNavigationGroup isn't meant to be placed inside SideNavigationList at all
Description
Claude warned me about using SideNavGroups and as far as i can judge that seems to also count for the SideNavitems. As it works it is not nice at all
SideNavigationList renders a <ul> and passes children through. SideNavigationGroup renders a <Fragment> with a <button> + children directly — no <li> wrapper. So SideNavigationGroup inside a <ul> (SideNavigationList) is structurally wrong — the group's items aren't wrapped in <li> elements. The doubling is likely a Juno rendering issue where SideNavigationGroup isn't meant to be placed inside SideNavigationList at all