Skip to content

Commit c5df9e1

Browse files
[Storybook bugfix] remove beta formFactor prop from storybook ChatComposite snippets (#2735)
* remove beta formFactor from storybook snippet * Change files * Duplicate change files for beta release
1 parent e5a1296 commit c5df9e1

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Update the basic example snippet for chat composite not to include beta code.",
4+
"packageName": "@azure/communication-react",
5+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Update the basic example snippet for chat composite not to include beta code.",
4+
"packageName": "@azure/communication-react",
5+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
6+
"dependentChangeType": "none"
7+
}

packages/storybook/stories/ChatComposite/snippets/Container.snippet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const ContosoChatContainer = (props: ContainerProps): JSX.Element => {
6767
topic: props.topic
6868
}}
6969
locale={props.locale}
70-
formFactor={props.formFactor}
7170
/>
7271
</div>
7372
);

0 commit comments

Comments
 (0)