Reactjs – Shadcn.ui popover element including commands in Next.Js 14: can't select/click the elements with the mouse
I'm trying to evaluate the ease of use the shadcn.ui component library. I'm trying to implement a popover component as this: import { Button } from "@/components/ui/button"; import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator } from "@/components/ui/command"; import…