mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
With the newly-added `RenderMode` config for routes, some of the routes may have the `RenderMode.Client` mode enabled, while also having `provideClientHydration()` function in provider list at bootstrap. As a result, there was a false-positive warning in a console, notifying developers about hydration misconfiguration. This commit adds extra logic to handle this situation and avoid such warnings. Note: there is a change required on the CLI side to add an extra marker, which would activate the logic added in this commit. PR Close #58004 |
||
|---|---|---|
| .. | ||
| annotate.ts | ||
| api.ts | ||
| cleanup.ts | ||
| compression.ts | ||
| error_handling.ts | ||
| event_replay.ts | ||
| i18n.ts | ||
| interfaces.ts | ||
| node_lookup_utils.ts | ||
| skip_hydration.ts | ||
| tokens.ts | ||
| utils.ts | ||
| views.ts | ||