getStaticContextFromError
Given an existing StaticHandlerContext and an error thrown at render time, provide an updated StaticHandlerContext suitable for a second SSR render
function getStaticContextFromError(
routes: AgnosticDataRouteObject[],
context: StaticHandlerContext,
error: any,
): StaticHandlerContext;§
getStaticContextFromError(routes: AgnosticDataRouteObject[], context: StaticHandlerContext, error: any): StaticHandlerContext
[src]