### 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 <div> for NavigationMenuContent, whereas the documentation shows that each NavigationMenuItem should have its own NavigationMenuContent. ### Affected component/components NavigationMenu ### How to reproduce 1. install with `pnpm dlx shadcn@latest add navigation-menu` 2. copy and pasted the example from https://ui.shadcn.com/docs/components/navigation-menu 3. pnpm run dev ### Codesandbox/StackBlitz link _No response_ ### Logs ```bash ``` ### System Info ```bash Arc on MacOS ``` ### Before submitting - [x] I've made research efforts and searched the documentation - [x] I've searched for existing issues