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 2a2867d commit fe851dbCopy full SHA for fe851db
src/stories/button.stories.ts
@@ -7,7 +7,7 @@ const meta: Meta<ButtonComponent> = {
7
title: 'Example/Button',
8
component: ButtonComponent,
9
tags: ['autodocs'],
10
- render: (args: ButtonComponent) => ({
+ render: (args) => ({
11
props: {
12
backgroundColor: null,
13
...args,
0 commit comments