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 87f4980 commit c30f40bCopy full SHA for c30f40b
packages/utils/src/object.ts
@@ -367,7 +367,7 @@ export function walk(
367
368
// Recursively walk through all the child nodes
369
const innerValue: UnknownMaybeWithToJson = source[innerKey];
370
- acc[innerKey] = walk(innerKey, innerValue, depth - 1);
+ acc[innerKey] = walk(innerKey, innerValue, depth - 1, maxProperties);
371
}
372
373
// Once walked through all the branches, remove the parent from memo storage
0 commit comments