diff --git a/packages/react-components/react-tag-picker/src/components/TagPickerOption/TagPickerOption.test.tsx b/packages/react-components/react-tag-picker/src/components/TagPickerOption/TagPickerOption.test.tsx index 0a87b95cd8ec9..cab6435c24e9b 100644 --- a/packages/react-components/react-tag-picker/src/components/TagPickerOption/TagPickerOption.test.tsx +++ b/packages/react-components/react-tag-picker/src/components/TagPickerOption/TagPickerOption.test.tsx @@ -2,9 +2,10 @@ import * as React from 'react'; import { render } from '@testing-library/react'; import { isConformant } from '../../testing/isConformant'; import { TagPickerOption } from './TagPickerOption'; +import { TagPickerOptionProps } from './TagPickerOption.types'; describe('TagPickerOption', () => { - isConformant({ + isConformant({ Component: TagPickerOption, displayName: 'TagPickerOption', requiredProps: { value: 'value', media: <>, secondaryContent: <> }, diff --git a/packages/react-components/react-tag-picker/stories/TagPicker/TagPickerTruncatedText.stories.tsx b/packages/react-components/react-tag-picker/stories/TagPicker/TagPickerTruncatedText.stories.tsx index 8fb7b1ef60d71..eb23867bf6161 100644 --- a/packages/react-components/react-tag-picker/stories/TagPicker/TagPickerTruncatedText.stories.tsx +++ b/packages/react-components/react-tag-picker/stories/TagPicker/TagPickerTruncatedText.stories.tsx @@ -90,6 +90,7 @@ export const TruncatedText = () => { value={option.value} key={option.value} title={option.value} + text={option.value} >
{option.value}