## Bug Report Carousel throws `getItemPositionText is not a function`. ### Steps Render a minimal Carousel: ```jsx <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 ### Testcase https://codesandbox.io/s/fluent-ui-example-7re0n
Bug Report
Carousel throws
getItemPositionText is not a function.Steps
Render a minimal Carousel:
Expected Result
A Carousel with a single item.
Actual Result
Version
0.44.0
Testcase
https://codesandbox.io/s/fluent-ui-example-7re0n