Package: @effect/atom-react
Module: ReactHydration
Props for a boundary that applies dehydrated Atom values to the nearest
RegistryContext while rendering its children.
Signature
export interface HydrationBoundaryProps {
state?: Iterable<Hydration.DehydratedAtom>
children?: React.ReactNode
}
Since v4.0.0