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: docs/release-notes/15.0.0.md
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Major improvements to component and store hydration:
23
23
24
24
## Breaking Changes
25
25
26
+
Support for React 16 and 17 is dropped.
27
+
26
28
### Component Hydration Changes
27
29
28
30
- The `defer_generated_component_packs` and `force_load` configurations now default to `false` and `true` respectively. This means components will hydrate early without waiting for the full page load. This improves performance by eliminating unnecessary delays in hydration.
0 commit comments