From d868668adc4b901aa571d2a7e6114c0a45912740 Mon Sep 17 00:00:00 2001 From: Kerry McCrory <92750962+kmccrory-grx@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:43:52 -0500 Subject: [PATCH] update type --- apps/www/registry/default/ui/dropdown-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/registry/default/ui/dropdown-menu.tsx b/apps/www/registry/default/ui/dropdown-menu.tsx index d1a5d9955b..c446369a63 100644 --- a/apps/www/registry/default/ui/dropdown-menu.tsx +++ b/apps/www/registry/default/ui/dropdown-menu.tsx @@ -59,7 +59,7 @@ DropdownMenuSubContent.displayName = const DropdownMenuContent = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & { - container?: Element | null | undefined; + container?: HTMLElement | null | undefined; } >(({ className, sideOffset = 8, container, ...props }, ref) => (