Reference
AsyncBoundaryOptions
Options shared by async boundaries that render resolved values or caught errors.
Signature
interface AsyncBoundaryOptionsMembers
catch?: (sink: HtmlSink, error: unknown): void | PromiseLike<void>hydrationAwaitId?: string