()
| 147 | * Intent to remove in v24. |
| 148 | */ |
| 149 | export function withIncrementalHydration(): HydrationFeature<HydrationFeatureKind.IncrementalHydration> { |
| 150 | return hydrationFeature(HydrationFeatureKind.IncrementalHydration, ɵwithIncrementalHydration()); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Disables support for incremental hydration (which is enabled by default). |
no test coverage detected
searching dependent graphs…