Open gonta1026 opened 7 months ago
When multiple images are set up, the UI is not broken, but when a single image is set up, the UI is broken. The situation is that we are reverting the library version back to 0.29.0 at one point.
<Slider> {["https://placehold.jp/500x300.png"].map((url, index) => ( <img key={index} src={url} alt={`slide-${index}`} /> ))} </Slider>
I think it's the same as https://github.com/akiran/react-slick/issues/2337
issue
When multiple images are set up, the UI is not broken, but when a single image is set up, the UI is broken. The situation is that we are reverting the library version back to 0.29.0 at one point.
code
image
version