fix: type error

This commit is contained in:
adamelmore
2026-01-24 16:56:21 -06:00
committed by Adam
parent 10d227b8d6
commit ae11cad13b

View File

@@ -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 ?? {}),