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 5c63dce commit 46924ccCopy full SHA for 46924cc
src/offline.ts
@@ -79,7 +79,6 @@ export const getUpdater = <T extends Item>(
79
};
80
case OperationTypes.UPDATE:
81
return (currentValue, newItem) => {
82
- console.log({currentValue, newItem});
83
if (Array.isArray(currentValue)) {
84
return newItem
85
? currentValue.map(item =>
0 commit comments