mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Update MIGRATION.md
This commit is contained in:
parent
93cb458488
commit
80cd327b6f
@ -256,7 +256,7 @@ import type { StoryFn } from '@storybook/react';
|
||||
export const MyStory: StoryFn = () => <div />;
|
||||
```
|
||||
|
||||
This change was done to improve the experience of writing CSF3 stories, which the recommended way of writing stories in 7.0.:
|
||||
This change was done to improve the experience of writing CSF3 stories, which is the recommended way of writing stories in 7.0:
|
||||
|
||||
```js
|
||||
import type { Story } from '@storybook/react';
|
||||
|
Loading…
x
Reference in New Issue
Block a user