diff --git a/packages/sanity/src/core/preview/createGlobalListener.ts b/packages/sanity/src/core/preview/createGlobalListener.ts index f1b68448144..a5a83dbc6a0 100644 --- a/packages/sanity/src/core/preview/createGlobalListener.ts +++ b/packages/sanity/src/core/preview/createGlobalListener.ts @@ -15,6 +15,7 @@ export function createGlobalListener(client: SanityClient) { events: ['welcome', 'mutation'], includeResult: false, includePreviousRevision: false, + // @ts-expect-error - will be enabled by https://github.com/sanity-io/client/pull/872 includeMutations: false, visibility: 'query', effectFormat: 'mendoza',