akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.62k stars 2.09k forks source link

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

Open Ayan-Amir opened 4 days ago

Ayan-Amir commented 4 days ago

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

1

</Slider>`

Output:

image
channing-magiceden commented 1 day ago

I think it's the same issue as https://github.com/akiran/react-slick/issues/2337