Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Carousel throws getItemPositionText is not a function #2337

Open
levithomason opened this issue Feb 11, 2020 · 0 comments
Open

Carousel throws getItemPositionText is not a function #2337

levithomason opened this issue Feb 11, 2020 · 0 comments
Labels
vsts Paired with ticket in vsts

Comments

@levithomason
Copy link
Member

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

Testcase

https://codesandbox.io/s/fluent-ui-example-7re0n

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
vsts Paired with ticket in vsts
Projects
None yet
Development

No branches or pull requests

2 participants