mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fixed note on event replay
(cherry picked from commit d793ee0bb7)
This commit is contained in:
parent
95afc09206
commit
7b7faef739
1 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,9 @@ Event replay supports _native browser events_, for example `click`, `mouseover`,
|
|||
|
||||
---
|
||||
|
||||
This feature ensures a consistent user experience, preventing user actions performed before Hydration from being ignored. NOTE: if you have [incremental hydration](guide/incremental-hydration) enabled, event replay is automatically enabled under the hood.
|
||||
This feature ensures a consistent user experience, preventing user actions performed before Hydration from being ignored.
|
||||
|
||||
NOTE: If you have [incremental hydration](guide/incremental-hydration) enabled, event replay is automatically enabled under the hood.
|
||||
|
||||
## Constraints
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue