akiran / react-slick

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

Two slider dot selection at the same time #2237

Open PRADEEPKORRIYA opened 1 year ago

PRADEEPKORRIYA commented 1 year ago

Hi all, we have implemented slick slider for our project and we are facing one issue.

Issue is when we selects any dot (Navigation at bottom) and slide using mouse or figure it shows two selected dots,

Please refer attached screenshot we found same original slick implementation:

image

ngvadait commented 1 year ago

You can try .slick-dots li button:before { opacity: 1; color: rgba(0, 0, 0, 0.25); } .slick-dots li.slick-active button:before { color: #000; }

pratyushbh commented 1 year ago

Hi, i cannot replicate the issue, can you please provide a repo of code in which the issue is occuring

akiran commented 1 year ago

@pratyushbh This is happening when we click 2 times on the dots in auto play mode

Screenshot 2023-06-05 at 8 51 37 AM
ashutosh887 commented 1 year ago

Well explained @akiran