From 0e3c68a5f910167ac7bab33b0e54193af511c5c1 Mon Sep 17 00:00:00 2001 From: gergely-nagy Date: Tue, 29 Jan 2019 20:35:36 +0100 Subject: [PATCH] fix(Carousel): remove inappropriate role=listbox --- src/Carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Carousel.js b/src/Carousel.js index 7a74bcf5c..1504392c3 100644 --- a/src/Carousel.js +++ b/src/Carousel.js @@ -96,7 +96,7 @@ class Carousel extends React.Component { renderItems(carouselItems, className) { const { slide } = this.props; return ( -
+
{carouselItems.map((item, index) => { const isIn = (index === this.props.activeIndex); return React.cloneElement(item, {