Skip to content

Commit e41b4ed

Browse files
committed
[React] Fix importmap to require react-dom/client
1 parent 9d62749 commit e41b4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"importmap": {
3636
"@hotwired/stimulus": "^3.0.0",
3737
"react": "^18.0",
38-
"react-dom": "^18.0",
38+
"react-dom/client": "^18.0",
3939
"@symfony/ux-react": "path:%PACKAGE%/dist/loader.js"
4040
}
4141
},

0 commit comments

Comments
 (0)