We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2beb471 + f1e4c1a commit c4a1044Copy full SHA for c4a1044
docs/docs/storybook-builder/migration-to-storybook-7.md
@@ -38,7 +38,7 @@ In the new setup you'll need to install and configure them explicitly.
38
We recommend to install the following addons:
39
40
```bash
41
-npm install @storybook/addon-essentials @storybook/addon-links --save-dev
+npm install @storybook/addon-essentials@7 @storybook/addon-links@7 --save-dev
42
```
43
44
Then register them in the Storybook main configuration file:
0 commit comments