Fix command in upgrade guide (#25879)

This PR fixed command in upgrade guide.
This commit is contained in:
Yuki Takemoto 2021-06-08 11:31:58 +09:00 committed by GitHub
parent 8c63d17c26
commit 3b76d3371a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ npm install react@latest react-dom@latest
Or using `yarn`:
```
yarn add next@latest react-dom@latest
yarn add react@latest react-dom@latest
```
### Remove `super.componentDidCatch()` from `pages/_app.js`