react-slick
react-slick copied to clipboard
[bug] slider breaks on SSR when vertical is true
Issue Reproduction
https://codesandbox.io/s/9wrmql2xo (or see live site)
Description
- slider breaks on SSR +
vertical: true
. - SSR works as expected when
vertical: false
React SSR render (using next.js)
React Browser render
slick settings
{
dots: true,
infinite: false,
vertical: true,
verticalSwiping: true,
slidesToShow: 3,
slidesToScroll: 1
}
I also encountered the same issue, were you able to fix it or find any alternative solution?
And I have the same problem, maybe someone has a solution?
Same issue. Any solutions?