akiran / react-slick

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

In vertical mode slides swipes by horizontal moves #2338

Open Reg93 opened 4 months ago

Reg93 commented 4 months ago

Hello. I just tried this package and got an issue. In active vertical mode i have to move mouse horizontally and only in that way slides change vertically. How to fix it, please?

<Slider infinite={true} speed={500} slidesToShow={1} vertical

{ arr.map((item, index) => (

{item}

)) }

alwinantony29 commented 4 months ago

yea got the same issue any fix?

noreplydev commented 3 months ago

same here

MarijnBrosens commented 3 months ago

Had same problem, downgrade to version: "react-slick": "^0.29.0" did fix it for me.

Leyofficial commented 3 weeks ago

Had same problem, downgrade to version: "react-slick": "^0.29.0" did fix it for me.

That didn't help. Are there any other solutions besides downgrading the version?