diff --git a/packages/ui/src/components/ui/command.tsx b/packages/ui/src/components/ui/command.tsx index 07508711bf..1eb2867e18 100644 --- a/packages/ui/src/components/ui/command.tsx +++ b/packages/ui/src/components/ui/command.tsx @@ -34,7 +34,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => { }; const CommandInput = React.forwardRef< - React.ComponentRef, + HTMLInputElement, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => (