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 6eadf63 commit 4580559Copy full SHA for 4580559
packages/db-collections/src/query.ts
@@ -174,7 +174,7 @@ export function queryCollectionOptions<
174
return
175
}
176
177
- const currentSyncedItems = new Map(collection.syncedData.state)
+ const currentSyncedItems = new Map(collection.syncedData)
178
const newItemsMap = new Map<string, TItem>()
179
newItemsArray.forEach((item) => {
180
try {
0 commit comments