-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,11 @@ const Actions = () => { | |
) | ||
} | ||
|
||
const meta = { | ||
/** | ||
* > error TS2742: The inferred type of 'meta' cannot be named without a reference to '.pnpm/@[email protected]/node_modules/@storybook/csf'. This is likely not portable. A type annotation is necessary. | ||
* > – @see https://github.com/storybookjs/storybook/issues/24656 | ||
*/ | ||
const meta: Meta<typeof Toast> = { | ||
component: Toast, | ||
title: 'Components/Toast', | ||
parameters: { | ||
|
@@ -75,7 +79,7 @@ const meta = { | |
</> | ||
), | ||
], | ||
} satisfies Meta<typeof Toast> | ||
} | ||
|
||
type Story = StoryObj<typeof Toast> | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.