We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d764e commit 7c0f14aCopy full SHA for 7c0f14a
src/React/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 2.28.0
4
+
5
+- [BC BREAK] If you are using the Symfony AssetMapper but **not** Symfony Flex,
6
+ you need to upgrade your `importmap.php` and change the asset `react-dom` to `react-dom/client`,
7
+ and run `php bin/console importmap:install`.
8
9
+ Symfony Flex or Webpack Encore users are not affected.
10
11
## 2.26.0
12
13
- Improve error handling when resolving a React component
src/React/assets/package.json
@@ -33,7 +33,7 @@
33
"importmap": {
34
"@hotwired/stimulus": "^3.0.0",
35
"react": "^18.0",
36
- "react-dom": "^18.0",
+ "react-dom/client": "^18.0",
37
"@symfony/ux-react": "path:%PACKAGE%/dist/loader.js"
38
}
39
},
0 commit comments