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
refactor(@schematics/angular): remove redundant withEventReplay from provideClientHydration
`withEventReplay` and incremental hydration are now enabled by default when using `provideClientHydration()`.
Since incremental hydration automatically depends on and enables event replay, explicitly passing `withEventReplay()` is no longer necessary.
See: angular/angular#68114
0 commit comments