feat: add context menu#799
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
🟡 Missing DropdownMenuLinkItem alias export for MenuLinkItem
Every Menu* component has a corresponding DropdownMenu* alias export (e.g., MenuItem as DropdownMenuItem, MenuCheckboxItem as DropdownMenuCheckboxItem), but the newly added MenuLinkItem is missing its DropdownMenuLinkItem alias in the re-export block at apps/ui/registry/default/ui/menu.tsx:334-352 and packages/ui/src/components/menu.tsx:334-352. Users who rely on the DropdownMenu* import pattern (e.g. shadcn/Radix migration) won't be able to import DropdownMenuLinkItem. The docs at apps/ui/content/docs/components/menu.mdx:172 also don't mention the alias, unlike every other component section on the same page.
(Refers to lines 334-352)
Was this helpful? React with 👍 or 👎 to provide feedback.
Uh oh!
There was an error while loading. Please reload this page.