Appearance
HydrateOptions = Readonly<{ merge?: "preserve-existing" | "replace"; }>
Readonly
merge?
"preserve-existing"
"replace"
Defined in: packages/fate/src/hydration.ts:25
Controls how FateClient.hydrate() reconciles a snapshot with browser cache state.
FateClient.hydrate()