We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f999c commit 1692369Copy full SHA for 1692369
packages/docs/src/app/(pages)/_landing/dependents.tsx
@@ -20,6 +20,7 @@ export async function fetchDependents() {
20
// tags: ['dependents']
21
}
22
}).then(res => res.json())
23
+ console.log(JSON.stringify(data))
24
return z.array(dependentSchema).parse(data)
25
26
0 commit comments