We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345bc12 commit a336320Copy full SHA for a336320
extensions/ql-vscode/src/stories/common/ResponsiveContainer.stories.tsx
@@ -7,7 +7,7 @@ export default {
7
component: ResponsiveContainerComponent,
8
} as Meta<typeof ResponsiveContainerComponent>;
9
10
-const Template: StoryFn<typeof ResponsiveContainerComponent> = (args) => (
+const Template: StoryFn<typeof ResponsiveContainerComponent> = () => (
11
<ResponsiveContainerComponent>
12
<span>Hello</span>
13
</ResponsiveContainerComponent>
0 commit comments