react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

I have only one slide and its replicate the inner content three times

Open Ayan-Amir opened this issue 8 months ago • 6 comments

here is settings: const settings = { dots: true, infinite: true, speed: 500, slidesToShow: 1, slidesToScroll: 1, }; and slider code: <Slider {...settings}> <div> <h3>1</h3> </div> </Slider>

Output:

image

Ayan-Amir avatar Jun 25 '24 13:06 Ayan-Amir