We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Popover.Content will fail to open when the Popover.Trigger is an Avatar without any src prop (i.e. is relying on fallback).
Popover.Content
Popover.Trigger
Avatar
src
fallback
Use the reproduction repo: https://github.com/luiz00martins/popover-avatar-bug
bun create vite popover-avatar-bug
<Popover.Root> <Popover.Trigger> <Avatar fallback="A" /> </Popover.Trigger> <Popover.Content> <Text>Popover</Text> </Popover.Content> </Popover.Root>
The popover will fail to open.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
Popover.Content
will fail to open when thePopover.Trigger
is anAvatar
without anysrc
prop (i.e. is relying onfallback
).To Reproduce
Use the reproduction repo: https://github.com/luiz00martins/popover-avatar-bug
Alternatively
bun create vite popover-avatar-bug
)The popover will fail to open.
Screenshots
The text was updated successfully, but these errors were encountered: