React Router API Reference
    Preparing search index...

    Type Alias unstable_RouterState

    The return shape of unstable_useRouterState.

    active reflects the currently-committed location. pending reflects the in-flight navigation (if any).

    type unstable_RouterState = {
        active: unstable_RouterStateActiveVariant;
        pending: unstable_RouterStatePendingVariant | null;
    }
    Index

    Properties

    Properties