You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've ran into some issue with Popover component.
I can't control popover behaviour by binding a react state to open and onOpenChange props. Is there anything I'm doing wrong?
If the issue is that the Popover isn’t appearing at all, it’s likely because React doesn’t know which element to anchor it to. By default, it anchors to the trigger element. If you need it anchored elsewhere, you can use Popover.Anchor to specify a different anchor:
Hi, I've ran into some issue with Popover component.
I can't control popover behaviour by binding a react state to open and onOpenChange props. Is there anything I'm doing wrong?
The text was updated successfully, but these errors were encountered: