We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8099cd9 commit 839419eCopy full SHA for 839419e
1 file changed
src/UncontrolledCarousel.js
@@ -77,7 +77,7 @@ class UncontrolledCarousel extends Component {
77
activeIndex={activeIndex}
78
next={this.next}
79
previous={this.previous}
80
- ride={autoPlay && 'carousel'}
+ ride={autoPlay ? 'carousel' : undefined}
81
{...props}
82
>
83
{indicators && <CarouselIndicators
0 commit comments