Events v2 collect certificate workflow boilerplate code #16876
Annotations
3 errors
Compile
Type '{ eventId: string; form: Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | ... 9 more ... | Record<...>; ... 6 more ...; onSubmit: () => void; }' is not assignable to type 'IntrinsicAttributes & { form: Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | Record<string, string | { ...; } | null> | ... 9 more ... | Record<...>; ... 7 more ...; children?: ((page: { ...; }) => ReactNode) | undefined; }'.
|
Compile
Type '{ eventId: string; form: Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | ... 9 more ... | Record<...>; ... 6 more ...; onSubmit: () => void; }' is not assignable to type 'IntrinsicAttributes & { form: Record<string, string | { type: string; filename: string; originalFilename: string; } | null> | Record<string, string | { ...; } | null> | ... 9 more ... | Record<...>; ... 7 more ...; children?: ((page: { ...; }) => ReactNode) | undefined; }'.
|
Compile
Process completed with exit code 2.
|
Loading