()
| 132 | 'incremental hydration', |
| 133 | async () => { |
| 134 | function B() { |
| 135 | const text = useDeferredValue('B [Final]', 'B [Initial]'); |
| 136 | return <Text text={text} />; |
| 137 | } |
| 138 | |
| 139 | function App() { |
| 140 | return ( |
nothing calls this directly
no test coverage detected