We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6b66a commit fb05db5Copy full SHA for fb05db5
packages/sanity/src/core/preview/liveDocumentIdSet.ts
@@ -41,7 +41,7 @@ export function createDocumentIdSetObserver(client: SanityClient) {
41
)
42
}
43
return versionedClient(client, apiVersion)
44
- .observable.listen(query, params, {
+ .observable.listen(`*[${queryFilter}]`, params, {
45
visibility: 'transaction',
46
events: ['welcome', 'mutation', 'reconnect'],
47
includeResult: false,
0 commit comments