Describe the bug
"@radix-ui/react-navigation-menu": "^1.2.14",
I just installed the component and tried implementing the example code from the documentation. However, all the submenus are rendering within the same
for NavigationMenuContent, whereas the documentation shows that each NavigationMenuItem should have its own NavigationMenuContent.
Affected component/components
NavigationMenu
How to reproduce
- install with
pnpm dlx shadcn@latest add navigation-menu
- copy and pasted the example from https://ui.shadcn.com/docs/components/navigation-menu
- pnpm run dev
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting