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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"posthog-js": "^1.367.0",
"react": "^19.2.4",
"react": "^19.2.5",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1: Keep react and react-dom on the same version. Bumping only react can trigger runtime initialization errors due to version mismatch.

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

<comment>Keep `react` and `react-dom` on the same version. Bumping only `react` can trigger runtime initialization errors due to version mismatch.</comment>

<file context>
@@ -56,7 +56,7 @@
     "next-themes": "^0.4.6",
     "posthog-js": "^1.367.0",
-    "react": "^19.2.4",
+    "react": "^19.2.5",
     "react-apexcharts": "^2.1.0",
     "react-dom": "^19.2.4",
</file context>

"react-apexcharts": "^2.1.0",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
Expand Down
Loading
Loading