Reference

AsyncBoundaryOptions

Options shared by async boundaries that render resolved values or caught errors.

Signature

interface AsyncBoundaryOptions

Members

catch?: (sink: HtmlSink, error: unknown): void | PromiseLike<void>
hydrationAwaitId?: string