Dynamic slide with only one slide renders 3 copies of slide
https://codesandbox.io/p/sandbox/zflc6l
With version 0.30.2 --- When creating a dynamic slide, if the array of slides has only 1 item, the item is repeated 3 times on a single slide.
I might have jumped the gun on this. I found that setting infinite to false corrected this problem. I now have a test in my code to set infinite: slides.length > 1
@tathens thank you!! it did not do this before. i had to restore a deleted page which used react slick and i was experiencing the same thing
met with this issue too
https://www.npmjs.com/package/@ant-design/react-slick seems fixed this
This is fixed now