We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd989d1 commit babdfe4Copy full SHA for babdfe4
packages/sanity/src/core/store/_legacy/document/document-pair/checkoutPair.ts
@@ -254,6 +254,6 @@ export function checkoutPair(
254
},
255
// Use this to keep the mutation pipeline active.
256
// It won't ever emit any events, but it will prevent the eventsource connection from completing for as long as it is subscribed to
257
- _keepalive: commits$.pipe(mergeMap(() => EMPTY)),
+ _keepalive: merge(listenerEvents$, commits$).pipe(mergeMap(() => EMPTY)),
258
}
259
0 commit comments