diff --git a/components/portal.tsx b/components/portal.tsx index aaf2f70..fd5dd91 100644 --- a/components/portal.tsx +++ b/components/portal.tsx @@ -16,7 +16,7 @@ export function Portal({ children }: PortalProps) { if (!mounted) return null; return createPortal( - children, + children as any, document.body ); -} \ No newline at end of file +} \ No newline at end of file