AoverK

Results 2 comments of AoverK

I noticed this issue on my most recent version of nextjs where it renders differently in vercel than on my local machine when running npm run dev. > ### Verify...

I removed the reference to `NavigationMenuViewport` in `NavigationMenu` in the `navigation-menu.ts` file. ``` const NavigationMenu = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( {children} {/* */}...