Skip to content

Commit

Permalink
Merge pull request #25968 from mh-ahs/next
Browse files Browse the repository at this point in the history
Docs: Fix npm command in React-Peer-Dependency migration section
  • Loading branch information
JReinhold authored Feb 9, 2024
2 parents 72afb5b + afac731 commit 44469ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ Storybook uses `react` in a variety of docs-related packages. In the past, we've
To upgrade manually, add any version of `react` and `react-dom` as devDependencies using your package manager of choice, e.g.

```
npm add react react-dom --dev
npm add react react-dom --save-dev
```

#### start-storybook / build-storybook binaries removed
Expand Down

0 comments on commit 44469ec

Please sign in to comment.