Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion adev/src/content/guide/hydration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ bootstrapApplication(App, {
});
```

IMPORTANT: the Event Replay feature is currently in [Developer Preview](/reference/releases#developer-preview).

## Constraints

Expand Down
1 change: 0 additions & 1 deletion packages/platform-browser/src/hydration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export function withI18nSupport(): HydrationFeature<HydrationFeatureKind.I18nSup
* providers: [provideClientHydration(withEventReplay())]
* });
* ```
* @developerPreview
* @publicApi
* @see {@link provideClientHydration}
*/
Expand Down