Skip to content

Commit

Permalink
fix(form): apply JSON syntax highlighting on unknown array item value
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 14, 2022
1 parent 66e5624 commit 4560afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ItemWithMissingType(props: Props) {
JSON representation of this item:
</Text>
<Card padding={2} overflow="auto" border>
<Code size={1} as="pre">
<Code size={1} as="pre" language="json">
{JSON.stringify(value, null, 2)}
</Code>
</Card>
Expand Down

0 comments on commit 4560afd

Please sign in to comment.