diff --git a/src/components/doc-explorer/Argument.tsx b/src/components/doc-explorer/Argument.tsx index 5f313158..a2b8e736 100644 --- a/src/components/doc-explorer/Argument.tsx +++ b/src/components/doc-explorer/Argument.tsx @@ -21,7 +21,9 @@ export default function Argument(props: ArgumentProps) { {arg.defaultValue != null && ( {' = '} - {arg.defaultValue} + + {JSON.stringify(arg.defaultValue)} + )}