Skip to content

Commit

Permalink
Just to remove the console error
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Dec 20, 2024
1 parent d11811e commit f7aa93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Example() {
</Button>
<span ref={triggerRef}>Popover will be positioned relative to me</span>
</Stack>
<Popover triggerRef={triggerRef} isOpen={isOpen} onOpenChange={setOpen}>
<Popover containerProps={{ "aria-label": "ACME" }} triggerRef={triggerRef} isOpen={isOpen} onOpenChange={setOpen}>
<Heading>ACME</Heading>
<Content>
A tech company focusing on the development of software and hardware solutions.
Expand Down

0 comments on commit f7aa93b

Please sign in to comment.