react-carousel icon indicating copy to clipboard operation
react-carousel copied to clipboard

Lightweight carousel component for react

Results 27 react-carousel issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.10 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

### Description - **Community** was written wrongly, changed that. ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New Feature - [x]...

documentation

I was dealing with navigation prop for sometime, but could not make it work. Are you going to provide this documentation anywhere, please? Thanks

### Describe the bug Hello, I spot this bug when using ScrollingCarousel component. Sometimes, when click on an item, it doesn't respond to the click event. I think it's caused...

enhancement

### Description Removes window reference in scrolling-carousel that breaks server side rendering during build when the component is used in Gatsby. ### Additional context --- ### What is the purpose...

### Describe the bug When we go to last items in carousel, and then resize a screen all data from first single items in carousel disappears. Problem is only when...

bug

### Hooks Rules [Don’t call Hooks inside loops, conditions, or nested functions](https://reactjs.org/docs/hooks-rules.html) - ✅ Bug fix

### Description On the [Scrolling Carousel API page](https://trendyol.github.io/react-carousel/docs/scrolling-carousel-api) the attributes "Right Icon" and "Left Icon" are missing. --- ### What is the purpose of this pull request? - [ ]...

### Describe the bug When a dynamic carousel is initialized with 1 element, you are not able to swipe/change the currently selected element, even after more children are added to...

### Description We should cleanup all the async tasks after react unmounts the component otherwise this can potentially cause a memory leak. ### Additional context I am not sure if...