fix(popover): add displayName
This commit is contained in:
parent
952e235fda
commit
ce8dc422a4
@ -242,5 +242,6 @@ const PopoverContent = React.forwardRef<HTMLDivElement, PopoverContentProps>(
|
||||
);
|
||||
},
|
||||
);
|
||||
PopoverContent.displayName = "PopoverContent";
|
||||
|
||||
export { Popover, PopoverTrigger, PopoverContent };
|
||||
|
Loading…
x
Reference in New Issue
Block a user