Akhilathina
Results
2
comments of
Akhilathina
Yes I am also facing the same issue
`const CommandItem = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( ));` I am using shadcn components, Using key to give unique value to Item solves the issue