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
The side effects of the cloned issue in carousel can be observed in the linked issue. Once the rendering is updated to prevent cloning, the respective ticket will be resolved directly.
Additionally, the library used for the carousel component, react-slick, has not yet resolved this issue, though workarounds are available.
charmi-v
changed the title
Carousel: Child Elements are cloned when fewer than slidesToShow
Carousel: Broken UI due to Cloned Child Elements
Aug 30, 2024
charmi-v
changed the title
Carousel: Broken UI due to Cloned Child Elements
Carousel: Broken UI due to Cloned Child Elements with Infinite Scroll
Aug 30, 2024
Current Behavior
When the carousel element is rendered with a single child element, multiple clones of that element are rendered.
Expected Behavior
The carousel element should render with only the single child element and not display navigation arrows.
Steps To Reproduce
src/components/basic/Carousel/Carousel.stories.tsx
.const itemsArray = [ 'Element 1' ]
The text was updated successfully, but these errors were encountered: