diff --git a/storybook/src/components/Breakout/Breakout.stories.tsx b/storybook/src/components/Breakout/Breakout.stories.tsx index a5fbee7d49..b8f55104ce 100644 --- a/storybook/src/components/Breakout/Breakout.stories.tsx +++ b/storybook/src/components/Breakout/Breakout.stories.tsx @@ -26,12 +26,13 @@ type Story = StoryObj export const Default: Story = { args: { children: [ - + , @@ -42,6 +43,7 @@ export const Default: Story = { colSpan={{ medium: 8, narrow: 4, wide: 6 }} colStart={{ medium: 1, narrow: 1, wide: 7 }} has="figure" + key={3} rowSpan={2} rowStart={1} > @@ -54,15 +56,16 @@ export const Default: Story = { export const VerticalLayout: Story = { args: { children: [ - + , - + ,