mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Update MIGRATION.md
This commit is contained in:
parent
1e2ab41dab
commit
6c517ec3c7
@ -147,7 +147,7 @@ Although these were private APIs, if you were using them, you could probably use
|
||||
|
||||
You can no longer add decorators and parameters globally after you added your first story, and you can no longer add decorators and parameters to a kind after you've added your first story to it.
|
||||
|
||||
It unclear and confusing what happened if you did. If you want to disable a decorator for certain stories, use a parameter to do so:
|
||||
It's unclear and confusing what would happened if you did. If you want to disable a decorator for certain stories, use a parameter to do so:
|
||||
|
||||
```js
|
||||
export StoryOne = ...;
|
||||
|
Loading…
x
Reference in New Issue
Block a user