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