docs: fixed note on event replay

(cherry picked from commit d793ee0bb7)
This commit is contained in:
SkyZeroZx 2026-02-28 11:22:22 -05:00 committed by Jessica Janiuk
parent 95afc09206
commit 7b7faef739

View file

@ -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