akiran / react-slick

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

Slides not showing when fade and rtl options are enabled together #1710

Open zisiszikos opened 4 years ago

zisiszikos commented 4 years ago

When setting fade and rtl options to true, the slides disappear.

CodeSandBox example

lorenzo-dallamuta commented 2 years ago

I'll add it here because I think it's the same issue: rtl with lazyLoad will load on unloaded cards. So I guess the plugin doesn't mark properly the cards as visibile/invisible when setting them in inverse order.