primitives icon indicating copy to clipboard operation
primitives copied to clipboard

`Popover` don't open when combined with `Tooltip`

Open piszczu4 opened this issue 7 months ago • 0 comments

I tried to make TooltipButton and PopoverButton components to nicely nest them. However, Popover won't open when doing it. Here is my demo: https://codesandbox.io/p/sandbox/tooltip-popover-forked-dh3zq3?file=%2Fsrc%2FApp.tsx%3A58%2C40

While tooltip works fine, popover won't open. If I nest popover inside tooltip, then popover works but tooltip doesnt. What should I change? I would really like to have separate components for Tooltip and Popover.

piszczu4 avatar Jan 24 '24 14:01 piszczu4