Sanity App SDK
    Preparing search index...

    Variable getClientStateConst

    getClientState: BoundStoreAction<
        ClientState,
        [options: ClientOptions],
        StateSource<SanityClient>,
    > = ...

    Returns a state source for the Sanity client instance.

    This function provides a subscribable state source that emits updated client instances whenever relevant configurations change (such as authentication tokens). Use this when you need to react to client configuration changes in your application.