Skip to content

Commit

Permalink
Merge branch 'canary' into feature/25991-next-lint-creates-config-eve…
Browse files Browse the repository at this point in the history
…n-it-exists-in-package-json
  • Loading branch information
kodiakhq[bot] committed Jun 14, 2021
2 parents 8614b08 + 775c7be commit d2097aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions errors/react-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Your project is using an old version of `react` or `react-dom` that does not
meet the suggested minimum version requirement.

Next.js suggests using, at a minimum, `react@17.0.1` and `react-dom@17.0.1`.
Next.js suggests using, at a minimum, `react@17.0.2` and `react-dom@17.0.2`.
Older versions of `react` and `react-dom` do work with Next.js, however, they do
not enable all of Next.js' features.

Expand Down Expand Up @@ -39,8 +39,8 @@ yarn add react@latest react-dom@latest
```json
{
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
```
Expand Down

0 comments on commit d2097aa

Please sign in to comment.