We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65c9c4 commit b61af77Copy full SHA for b61af77
docs/site/components/examples-table.tsx
@@ -49,7 +49,7 @@ for (const example of examples) {
49
}
50
51
// Validate examples against schema
52
-const validatedExamples = z.array(ExampleMetaSchema).parse(EXAMPLES);
+z.array(ExampleMetaSchema).parse(EXAMPLES);
53
54
export function ExamplesTable({
55
coreMaintained,
0 commit comments