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 be7ed36 commit 930f1e2Copy full SHA for 930f1e2
src/js/packages/event-to-object/src/index.ts
@@ -5,7 +5,7 @@ const maxDepthSignal = { __stop__: true };
5
*/
6
export default function convert(
7
classObject: { [key: string]: any },
8
- maxDepth: number = 3,
+ maxDepth: number = 10,
9
): object {
10
// Begin conversion
11
const convertedObj: { [key: string]: any } = {};
0 commit comments