React Router API Reference
    Preparing search index...

    Type Alias unstable_RSCRenderPayload

    type unstable_RSCRenderPayload = {
        actionData: Record<string, any> | null;
        basename: string | undefined;
        errors: Record<string, any> | null;
        formState?: unknown;
        loaderData: Record<string, any>;
        location: Location;
        matches: unstable_RSCRouteMatch[];
        nonce?: string;
        patches?: unstable_RSCRouteManifest[];
        type: "render";
    }
    Index

    Properties

    actionData: Record<string, any> | null
    basename: string | undefined
    errors: Record<string, any> | null
    formState?: unknown
    loaderData: Record<string, any>
    location: Location
    nonce?: string
    type: "render"