Skip to content

Commit 51525bf

Browse files
improve owner stack examples
Co-authored-by: Riccardo Cipolleschi <[email protected]>
1 parent 0972945 commit 51525bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This release of React contains full support for owner stacks for React Native. B
146146

147147
| BEFORE | AFTER |
148148
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
149-
| ![Example error thrown without Owner Stacks](../static/blog/assets/0.82-owners-stack-before.png) | ![Example error thrown with Owner Stacks](../static/blog/assets/0.82-owners-stack-after.png) |
149+
| <center><img alt="Example error thrown without Owner Stacks" src="../static/blog/assets/0.82-owners-stack-before.png" height=480 /></center> | <center><img alt="Example error thrown with Owner Stacks" src="../static/blog/assets/0.82-owners-stack-after.png" height=480 /></center> |
150150

151151
React 19.1.1 also improves the reliability of [`useDeferredValue`](https://react.dev/reference/react/useDeferredValue) and [`startTransition`](https://react.dev/reference/react/startTransition) in a Suspense boundary for React Native. These are essential React features, designed to boost app responsiveness. Previously both were wrongly showing the fallback component when used together with a Suspense boundary on React Native. With React 19.1.1, they now consistently perform as expected on React Native, aligning their behavior with Web.
152152

0 commit comments

Comments
 (0)