Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-08 11:10:09 +02:00
parent 8b669400ea
commit 7d0a1f0199
+2 -2
View File
@@ -2,7 +2,7 @@
'@backstage/create-app': patch
---
Add resolution for version 17 `@types/react` and `types/react-dom` due to breaking changes introduced in version 18.
Add type resolutions for `@types/react` and `types/react-dom`. This is an
To apply these changes to your existing installation. Add a resolutions block to your `package.json`
@@ -13,7 +13,7 @@ To apply these changes to your existing installation. Add a resolutions block to
},
```
If your depending on react 16 in use this resolution block instead.
If your existing app depend on react 16 use this resolution block instead.
```json
"resolutions": {