Skip to content

Commit d2bba52

Browse files
authored
Merge branch 'canary' into 08-08-on_request_error_request_path
2 parents 988d883 + 01e5185 commit d2bba52

File tree

149 files changed

+2610
-2751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+2610
-2751
lines changed

.github/.react-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0-rc-06d0b89e-20240801
1+
19.0.0-rc-187dd6a7-20240806

docs/02-app/01-building-your-application/11-upgrading/02-version-15.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ pnpm up next@rc react@rc react-dom@rc eslint-config-next@rc
2525
bun add next@rc react@rc react-dom@rc eslint-config-next@rc
2626
```
2727

28-
> **Good to know:** If you are using TypeScript, ensure you also upgrade `@types/react` and `@types/react-dom` to their latest versions.
28+
> **Good to know:**
29+
>
30+
> - If you see a peer dependencies warning, you may need to update `react` and `react-dom` to the suggested versions, or you use the `--force` or `--legacy-peer-deps` flag to ignore the warning. This won't be necessary once both Next.js 15 and React 19 are stable.
31+
> - If you are using TypeScript, you'll need to temporarily override the React types. See the [React 19 RC upgrade guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#installing) for more information.
2932
3033
## Minimum React version
3134

0 commit comments

Comments
 (0)