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 fdf46ce commit cd28e3fCopy full SHA for cd28e3f
src/offline.ts
@@ -168,7 +168,6 @@ export const updateCache = <TData = any>({
168
const opResultCachedValue = draft[queryField];
169
const path = updatePath || findArrayInObject(opResultCachedValue);
170
const update = updaterFn(getValueByPath(opResultCachedValue, path), mutatedItem);
171
- console.log({update});
172
if (!path || path.length === 0) {
173
draft[queryField] = update;
174
} else {
0 commit comments