React Router API Reference
    Preparing search index...

    Interface unstable_RSCStaticRouterProps

    Props for the unstable_RSCStaticRouter component.

    unstable_RSCStaticRouterProps

    interface unstable_RSCStaticRouterProps {
        getPayload: () => DecodedPayload;
    }
    Index

    Properties

    Properties

    getPayload: () => DecodedPayload

    A function that starts decoding of the unstable_RSCPayload. Usually passed through from unstable_routeRSCServerRequest's renderHTML.