@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user