Skip to content

Commit

Permalink
fixup! feat(preview): add unstable_observeDocument(s) to preview st…
Browse files Browse the repository at this point in the history
…ore (#7176)
  • Loading branch information
bjoerge authored and juice49 committed Aug 4, 2024
1 parent 4123d0c commit 0edc7a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sanity/src/core/preview/createGlobalListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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',
Expand Down

0 comments on commit 0edc7a6

Please sign in to comment.