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
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.10.0"
"react-router-dom": "^7.12.0"
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The @types/react-router-dom package version at line 19 is ^5.3.3, which is significantly older than the react-router-dom runtime version being upgraded to 7.12.0. This version mismatch may cause TypeScript type errors or incorrect type definitions. Consider upgrading @types/react-router-dom to a version compatible with react-router-dom 7.x, or verify if types are now included in the main package.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/react": "^19.2.7",
Expand Down
Loading