Skip to content

Commit 25ceae1

Browse files
authored
Add note about 3rd-party deps and React 19 (#3527)
1 parent 499cabf commit 25ceae1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

web/docs/migration-guides/migrate-from-0-19-to-0-20.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ wasp ts-setup # ONLY if you are using the Wasp TS Config
6868
```
6969

7070
### 3. Update your code to work with React 19
71-
The easiest way to update your code to work with React 19 is following their official guide: https://react.dev/blog/2024/04/25/react-19-upgrade-guide. There aren't many breaking changes so the update should be pretty smooth.
71+
The easiest way to update your code to work with React 19 is following their [official guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). There aren't many breaking changes so the update should be pretty smooth.
72+
73+
You might need to update some of your third‑party dependencies to versions that explicitly support React 19.
7274

7375
### 4. Update your app to work with `@testing-library/react` 16.x.x
7476
Search your codebase for `@testing-library/react` and fix any potential errors around its usage. Check their changelogs for breaking changes introduced since the last version (14.x.x):

web/versioned_docs/version-0.20.0/migration-guides/migrate-from-0-19-to-0-20.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ wasp ts-setup # ONLY if you are using the Wasp TS Config
6868
```
6969

7070
### 3. Update your code to work with React 19
71-
The easiest way to update your code to work with React 19 is following their official guide: https://react.dev/blog/2024/04/25/react-19-upgrade-guide. There aren't many breaking changes so the update should be pretty smooth.
71+
The easiest way to update your code to work with React 19 is following their [official guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). There aren't many breaking changes so the update should be pretty smooth.
72+
73+
You might need to update some of your third‑party dependencies to versions that explicitly support React 19.
7274

7375
### 4. Update your app to work with `@testing-library/react` 16.x.x
7476
Search your codebase for `@testing-library/react` and fix any potential errors around its usage. Check their changelogs for breaking changes introduced since the last version (14.x.x):

0 commit comments

Comments
 (0)