Merge pull request #18974 from kk3939/patch-2

Update MIGRATION.md
This commit is contained in:
Kyle Gach 2022-08-29 09:28:40 -06:00 committed by GitHub
commit 666f917275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@ It is no longer possible to set `parameters.docs.getContainer()` and `getPage()`
#### Icons API changed
For addon authors who use the `Icons` component, its API has been udpated in Storybook 7.
For addon authors who use the `Icons` component, its API has been updated in Storybook 7.
```diff
export interface IconsProps extends ComponentProps<typeof Svg> {