We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7bf33 commit 2bc4433Copy full SHA for 2bc4433
src/browser/sync/remote_query_set.ts
@@ -35,7 +35,7 @@ export class RemoteQuerySet {
35
this.version.identity !== start.identity
36
) {
37
throw new Error(
38
- `Invalid start version: ${start.ts.toString()}:${start.querySet}`,
+ `Invalid start version: ${start.ts.toString()}:${start.querySet}:${start.identity}, transitioning from ${this.version.ts.toString()}:${this.version.querySet}:${this.version.identity}`,
39
);
40
}
41
for (const modification of transition.modifications) {
0 commit comments