Skip to content

[Bug](ui): Warning of using SideNavigationGroup inside of SideNavigationList #1787

Description

@TilmanHaupt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingui-componentsAll tasks related to juno-ui-components library

    Type

    Fields

    No fields configured for Bug.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions