fix: type error
This commit is contained in:
@@ -116,7 +116,7 @@ export function Popover<T extends ValidComponent = "div">(props: PopoverProps<T>
|
||||
|
||||
const content = () => (
|
||||
<Kobalte.Content
|
||||
ref={(el: HTMLElement) => setContentRef(el)}
|
||||
ref={(el: HTMLElement | undefined) => setContentRef(el)}
|
||||
data-component="popover-content"
|
||||
classList={{
|
||||
...(local.classList ?? {}),
|
||||
|
||||
Reference in New Issue
Block a user