Nico

Results 5 comments of Nico

> I will take it. Any news here? :(

@appleboy Please add it, your tool is the best one imo

Type error: Property '0' does not exist on type 'EmblaCarouselType'. 20 | 21 | type CarouselContextProps = { > 22 | carouselRef: ReturnType[0]; | ^ 23 | api: ReturnType[1]; 24...

```jsx "use client"; import * as React from "react"; import useEmblaCarousel, { EmblaCarouselType as CarouselApi, EmblaPluginType as CarouselOptions, EmblaOptionsType as CarouselPlugin, } from "embla-carousel"; import { ArrowLeft, ArrowRight } from...

I am also getting that