Closed
Description
Guidelines for posting a new issue
- Please replicate your issue with this CodeSandBox and provide a link to it along with the issue description
Why using the concat
function? it's like invalid writing in https://github.com/akiran/react-slick/blob/master/src/utils/innerSliderUtils.js
// in line:136.
lazyLoadedList.concat(slidesToLoad);
// in line:225.
lazyLoad &&
lazyLoadedList.concat(
getOnDemandLazySlides({ ...spec, currentSlide: animationSlide })
);
Activity