React Router API Reference
    Preparing search index...

    Type Alias unstable_RSCManifestPayload

    type unstable_RSCManifestPayload = {
        patches: Promise<unstable_RSCRouteManifest[]>;
        type: "manifest";
    }
    Index

    Properties

    Properties

    patches: Promise<unstable_RSCRouteManifest[]>
    type: "manifest"