Skip to content
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
@levithomason

Description

@levithomason

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    vstsPaired with ticket in vsts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions