primitives
primitives copied to clipboard
Tooltip + DropdownMenu.Item when hovering tooltip disappears
Bug report
Current Behavior
when using combination of Tooltip + DropdownMenu.Item, and trying to hover on Tooltip's content, it disappears.
My guess is this has to do with asChild and data-state prop being overwritten.
Expected behavior
When hovering on DropdownMenu.Item and then on Tooltip's content, Tooltips does not close.
Reproducible example
https://codesandbox.io/p/devbox/vigorous-kapitsa-259fgv?workspaceId=64755a69-6ad6-43fc-a87e-648c3f009eed
I had the same problem with Did you solve it?