<Carousel
value={current}
onChange={setCurrent}
slides={[
<Car {...testCar} />,
<Car {...testCar2} />,
<Car {...testCar} />,
<Car {...testCar2} />,
<Car {...testCar} />,
]}
/>
<Dots value={current} onChange={setCurrent} number={2} />
[output]
i'm getting this blank screen when i am trying to run he code but if i remove this section from the code it is running fine .