NavLinks Activation #18
Annotations
8 errors and 1 warning
src/Context.tsx#L29
Type 'string' is not assignable to type '[{ name: string; }]'.
|
src/components/HpForm/HpDetailPageLinks.tsx#L42
Type '{ label: string; placeholder: string; icon: Element; accept: string; onChange: (file: File | null) => void; }' is not assignable to type 'IntrinsicAttributes & FileInputProps<false> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
src/components/HpForm/HpDetailPageLinks.tsx#L47
Type '{ src: string; alt: string; mt: "md"; radius: "md"; withPlaceholder: true; }' is not assignable to type 'IntrinsicAttributes & ImageProps & ComponentProp<"img"> & Omit<Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref">, "component" | keyof ImageProps> & { ...; }'.
|
src/components/LoginForm/OrganizerLogin.tsx#L44
Type '{ children: Element[]; position: string; mt: "md"; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
src/components/LoginForm/UserLogin.tsx#L36
Type '{ children: Element[]; position: string; mt: "md"; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
src/components/Tournaments/Navbar.tsx#L10
Type '{ children: Element[]; spacing: string; className: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
src/components/Tournaments/Navbar.tsx#L14
Type '{ children: Element[]; spacing: string; className: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading