Fix connect wallet menu in react example app#1364
Conversation
|
BundleMonUnchanged files (139)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
|
Documentation Preview: https://kit-docs-adb1h1txx-anza-tech.vercel.app |
lorisleiva
left a comment
There was a problem hiding this comment.
Thank you for looking into this. 🍺
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
Problem
Spotted an issue in the react-app example
The
SubTriggerelement in ConnectWalletMenuItem.tsx was usingDropdownMenuPrimitive. I think a newer version ofradix-themes(which dependabot bumped) added support forDropdownMenu.SubTrigger, but also throws an error now if you mix the primitive with the menu.Summary of Changes
DropdownMenu.SubTriggerSubTriggerFixes broken react app example