Benjamin Guibert

Results 3 comments of Benjamin Guibert

Same for me, it works this way, thanks for the workaround! ```typescript import useEmblaCarousel, { type UseEmblaCarouselType, } from "embla-carousel-react"; type CarouselApi = UseEmblaCarouselType[1]; type UseCarouselParameters = Parameters; type CarouselOptions...

I had the same issue when updating to `cmdk` v1. I resolved the issue following your advices: - I added `CommandList` in the tree; - I replaced `data-[disabled]` by `data-[disabled='true']`....