React Router API Reference
    Preparing search index...

    Interface StaticRouterProviderProps

    interface StaticRouterProviderProps {
        context: StaticHandlerContext;
        hydrate?: boolean;
        nonce?: string;
        router: DataRouter;
    }
    Index

    Properties

    The StaticHandlerContext returned from StaticHandler's query

    hydrate?: boolean

    Whether to hydrate the router on the client (default true)

    nonce?: string

    The nonce to use for the hydration <script> tag

    router: DataRouter