Skip to content
Closed
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 gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-markdown": "^9.0.1",
"react-redux": "^8.0.5",
"react-remark": "^2.1.0",
"react-router-dom": "^6.14.2",
"react-router-dom": "^7.0.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 10, 2026

Choose a reason for hiding this comment

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

P0: Incomplete React Router v7 migration. This upgrade requires changing all imports from 'react-router-dom' to 'react-router' across 22+ files, but only the package version was updated. The application will likely fail at runtime.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At gui/package.json, line 64:

<comment>Incomplete React Router v7 migration. This upgrade requires changing all imports from 'react-router-dom' to 'react-router' across 22+ files, but only the package version was updated. The application will likely fail at runtime.</comment>

<file context>
@@ -61,7 +61,7 @@
     "react-redux": "^8.0.5",
     "react-remark": "^2.1.0",
-    "react-router-dom": "^6.14.2",
+    "react-router-dom": "^7.0.0",
     "react-switch": "^7.0.0",
     "react-syntax-highlighter": "^15.5.0",
</file context>
Fix with Cubic

"react-switch": "^7.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.18.0",
Expand Down
Loading