You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/migration-guides/migrate-from-0-19-to-0-20.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ wasp ts-setup # ONLY if you are using the Wasp TS Config
68
68
```
69
69
70
70
### 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.
72
74
73
75
### 4. Update your app to work with `@testing-library/react` 16.x.x
74
76
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):
Copy file name to clipboardExpand all lines: web/versioned_docs/version-0.20.0/migration-guides/migrate-from-0-19-to-0-20.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ wasp ts-setup # ONLY if you are using the Wasp TS Config
68
68
```
69
69
70
70
### 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.
72
74
73
75
### 4. Update your app to work with `@testing-library/react` 16.x.x
74
76
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