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 2588f3a commit 03c1ba3Copy full SHA for 03c1ba3
client/src/components/JsonView.tsx
@@ -23,7 +23,7 @@ function tryParseJson(str: string): { success: boolean; data: JsonValue } {
23
}
24
25
const JsonView = memo(
26
- ({ data, name, initialExpandDepth = 2 }: JsonViewProps) => {
+ ({ data, name, initialExpandDepth = 3 }: JsonViewProps) => {
27
const normalizedData =
28
typeof data === "string"
29
? tryParseJson(data).success
0 commit comments