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 7855c30 commit 3c96a95Copy full SHA for 3c96a95
src/queries.ts
@@ -505,17 +505,13 @@ export const createQueries = getCreateFunction((store: Store): Queries => {
505
...addStoreListeners(
506
queryId,
507
1,
508
- store.addRowListener(
509
- realJoinedTableId,
510
- remoteRowId,
511
- () =>
512
- listenToTable(
513
- rootRowId,
514
515
516
- nextJoinedTableIds,
517
- ),
518
- true,
+ store.addRowListener(realJoinedTableId, remoteRowId, () =>
+ listenToTable(
+ rootRowId,
+ realJoinedTableId,
+ remoteRowId,
+ nextJoinedTableIds,
+ ),
519
),
520
521
],
@@ -549,7 +545,6 @@ export const createQueries = getCreateFunction((store: Store): Queries => {
549
545
);
550
546
}
551
547
},
552
553
548
554
555
0 commit comments