Dmitry Badylevich

Results 2 comments of Dmitry Badylevich

https://github.com/andrepolischuk/react-rotation/pull/24

Setting `loop={true}` for a carousel with less than N visible items according to `sliderWidth` crashes with "Maximum update depth exceeded". Setting the loop like `loop={_.size(data) * itemWidth > screenWidth}` solves...