diff --git a/comps/custom/Popover.tsx b/comps/custom/Popover.tsx index dc0d586..83cd09f 100755 --- a/comps/custom/Popover.tsx +++ b/comps/custom/Popover.tsx @@ -192,8 +192,9 @@ export function Popover({ const popover = usePopover({ modal, ...restOptions }); let _content = content; + console.log(!content) if (!content) _content =
; - +console.log(typeof restOptions.open) return (