You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Description
Carousel__slide uses the hardcode of slide classes at the same time, providing classNames: {}, but the content of 'slide' is ignored unless equal to .carousel__slide.
A demo is available here: https://codepen.io/Axeofblood/pen/oNyXZBa
If the thumbnail item doesn't have the .carousel__slide class, the click event will be ignored in Sync
To Reproduce
Steps to reproduce the behavior:
Create Carousel
Change class for slides
Try click on thumbnails
See
Expected behavior
Changing the class has no effect on click behavior
The text was updated successfully, but these errors were encountered:
Description
Carousel__slide uses the hardcode of slide classes at the same time, providing classNames: {}, but the content of 'slide' is ignored unless equal to .carousel__slide.
A demo is available here: https://codepen.io/Axeofblood/pen/oNyXZBa
If the thumbnail item doesn't have the .carousel__slide class, the click event will be ignored in Sync
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing the class has no effect on click behavior
The text was updated successfully, but these errors were encountered: