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 6e35c57 commit be7a222Copy full SHA for be7a222
src/components/changelog-next/Header.astro
@@ -6,7 +6,7 @@ import { getEntry, type CollectionEntry } from "astro:content";
6
import { StarlightIcon } from "..";
7
import HeroImage from "~/assets/images/changelog-next/hero.svg";
8
9
-type Props = z.infer<typeof props>;
+type Props = z.input<typeof props>;
10
11
const props = z.object({
12
notes: z.any().array().default([]),
0 commit comments