React Router API Reference
    Preparing search index...

    Type Alias unstable_RouterStateActiveVariant

    The shape of the active variant returned from unstable_useRouterState.

    type unstable_RouterStateActiveVariant = {
        location: Location;
        matches: unstable_RouterStateMatch[];
        params: Params;
        searchParams: URLSearchParams;
        type: NavigationType;
    }
    Index

    Properties

    location: Location
    matches: unstable_RouterStateMatch[]
    params: Params
    searchParams: URLSearchParams