Skip to content
Open
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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2681,9 +2681,9 @@ __metadata:
linkType: hard

"react@npm:^19.2.7":
version: 19.2.7
resolution: "react@npm:19.2.7"
checksum: 10c0/0bd0e2f1bbd4ba97561c6597bf8a5fec05e6476fe61e165c1065598d16668efc6715205599c94d3ddd49d36cb0f21cbf1b9bcc18ee840b805ce222c3e8d558ac
version: 19.2.8
resolution: "react@npm:19.2.8"
Comment on lines +2684 to +2685

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep React and React DOM on matching versions

When the typescript-react-example imports react-dom/client, this lockfile installs React 19.2.8 alongside react-dom 19.2.7. React DOM verifies that its version exactly matches React.version during initialization and throws an “Incompatible React versions” error before createRoot can render, so running this example will fail even though its TypeScript-only CI check passes. Update react-dom to 19.2.8 in the same lockfile change.

Useful? React with 👍 / 👎.

checksum: 10c0/5f86bdb56426652fd6d989d30a6f2e603c057272c47c9ca3a3fbe190a3a39ee9ccce937d63cfc039717abed1b8891d6a499134bc35311acc07eafdacd86537cd
languageName: node
linkType: hard

Expand Down
Loading