We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc1dc5 commit 2885cb9Copy full SHA for 2885cb9
apps/docs/src/app/_components/layout/MainNavigation/MainNavigation.tsx
@@ -139,7 +139,7 @@ const MainNavigation: FC<Props> = (props) => {
139
value={searchValue}
140
onChange={(value) => setSearchValue(value.toLowerCase().trim())}
141
/>
142
- <Navigation aria-labelledby={headingId}>
+ <Navigation aria-labelledby={headingId} key={mainPathSegment}>
143
{Object.entries(selectedMainBranch)
144
.filter((tree) => filterBySearchValue(searchValue, tree))
145
.map(([group, treeItem]) =>
0 commit comments