Charlyy
Results
1
comments of
Charlyy
To avoid downgrade _cmdk_ to `v0.2.0` you need to wrap map iteration with CommandList https://github.com/shadcn-ui/ui/issues/2980#issuecomment-2026578564 ```js {options.map((option) => ( { setValue(currentValue === value ? "" : currentValue); setOpen(false); onSelect(currentValue); }}...