This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Carousel throws getItemPositionText is not a function #2337
Open
Description
Bug Report
Carousel throws getItemPositionText is not a function
.
Steps
Render a minimal Carousel:
<Carousel
items={[
{
key: 'one',
id: 'one',
content: <img src="https://unsplash.it/360/240?random" />,
},
]}
/>
Expected Result
A Carousel with a single item.
Actual Result
TypeError
getItemPositionText is not a function
Version
0.44.0