diff --git a/.changeset/little-moles-pull.md b/.changeset/little-moles-pull.md index 7fee7e5148..8b9f3ca446 100644 --- a/.changeset/little-moles-pull.md +++ b/.changeset/little-moles-pull.md @@ -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": {