Type Alias: HydrationLimits
HydrationLimits =
Readonly<{maxCollectionLength:number;maxNodes:number;maxStringLength:number; }>
Defined in: packages/fate/src/hydration.ts:36
Resource limits applied while encoding and decoding hydration snapshots.