Sanity App SDK
    Preparing search index...

    Type Alias CommentLocalStateBeta

    CommentLocalState:
        | { error: Error; type: "createError" }
        | { type: "createRetrying" }

    Why a comment is not yet on the server.

    Local only, never written. Present on a comment whose create request failed, so an app can offer a retry.