Benjamin Guibert
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']`....
Thank you for the fix!
Same issue: I've got the error despite everything working fine. I'm using version `v2022.7.2` on MacOS. Though, I've noticed something strange: the error disappears when the schema is loaded ("schema...
Hello, any update? 😃
> > Hello, any update? 😃 > > hi @benjamin-guibert, sorry for the late reply, looks like I have missed your PR. Your change looks great, if you can add...