We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fec764 commit a027182Copy full SHA for a027182
packages/next/src/build/webpack-config.ts
@@ -106,7 +106,7 @@ const NEXT_PROJECT_ROOT_DIST_CLIENT = path.join(
106
107
if (React.version !== '19.0.0-rc-81c5ff2e04-20240521') {
108
throw new Error(
109
- 'Next.js requires react 19.0.0-rc-81c5ff2e04-20240521 to be installed.'
+ `Next.js requires react 19.0.0-rc-81c5ff2e04-20240521 to be installed. Got version '${React.version}' instead.`
110
)
111
}
112
0 commit comments