Skip to content

Commit ca13781

Browse files
fix: downgrade react and react-dom to version 18.3.1 for compatibility
1 parent 3928389 commit ca13781

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

package-lock.json

+21-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"lucide-react": "^0.469.0",
4444
"motion": "^11.18.2",
4545
"next": "15.1.2",
46-
"react": "^19.0.0",
46+
"react": "^18.3.1",
4747
"react-chartjs-2": "^5.3.0",
48-
"react-dom": "^19.0.0",
48+
"react-dom": "^18.3.1",
4949
"react-hook-form": "^7.54.2",
5050
"react-markdown": "^9.0.3",
5151
"rehype-highlight": "^7.0.1",

0 commit comments

Comments
 (0)