Skip to content

Commit 59a81bc

Browse files
authored
Fix react-dom version conflict (#43)
react and react-dom must be at the same version.
1 parent e066124 commit 59a81bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "^3.1.1",
2525
"qrcode.react": "^3.1.0",
2626
"react": "18.2.0",
27-
"react-dom": "latest",
27+
"react-dom": "18.2.0",
2828
"react-hook-form": "^7.46.2",
2929
"react-redux": "^8.1.2",
3030
"redux": "latest",

0 commit comments

Comments
 (0)