akiran / react-slick

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

asNavFor behavior change after 0.30 release #2386

Open maximegheraille opened 1 week ago

maximegheraille commented 1 week ago

Hi,

I am trying to make a modified version of the asNavFor example from the docs but with one slight modification. The second slider should never move at all.

I made it work for version 0.29.0 of React slick test-link. but it seems since version 30 this does not work anymore, the second slider always moves around. test link with version 30

There are no changes that would indicate a behavior change like this, any idea why it now does not work anymore?