Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hello_next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"next": "^12.3.7",
"next": "^15.5.14",
"react": "^16.14.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: React version incompatibility - Next.js 15.x requires React 18 or 19 as peer dependencies, but this project uses React 16.14.0. This can cause runtime errors or undefined behavior. Please upgrade React to ^18.2.0 or ^19.0.0 along with this Next.js upgrade.

"react-dom": "^16.14.0"
}
Expand Down
Loading