Bump the minor-patch group in /frontend with 2 updates #471
Annotations
10 errors
Run types
Property 'type' does not exist on type 'ButtonProps'.
|
Run types
This expression is not callable.
|
Run types
Property 'type' does not exist on type 'InputProps'.
|
Run types
Type '{ type: string; placeholder: string; value: string; autoComplete: string; onInput: (event: TargetedInputEvent<HTMLInputElement>) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLInputElement>, "size"> & { size?: "lg" | undefined; className?: string | undefined; }'.
|
Run types
Type '{ type: string; size: "lg"; name: string; className: string; placeholder: string; value: string | undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLInputElement>, "size"> & { size?: "lg" | undefined; className?: string | undefined; }'.
|
Run types
Type '{ children: string; style: "fill"; size: "lg"; className: string; type: string; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLButtonElement>, "size"> & { size?: "lg" | undefined; style?: "fill" | ... 1 more ... | undefined; className?: string | undefined; children: ComponentChildren; } & Readonly<...>'.
|
Run types
Type '{ href: string; }' is not assignable to type 'SVGAttributes<SVGUseElement>'.
|
Run types
Argument of type '(request: Request, response: Response<unknown>, next: NextFunction) => void' is not assignable to parameter of type 'App<Request, Response<unknown>> | RouterPathOrHandler<Request, Response<unknown>>'.
|
Run types
Argument of type '(request: Request, response: Response<unknown>, next: NextFunction) => void' is not assignable to parameter of type 'App<Request, Response<unknown>> | RouterPathOrHandler<Request, Response<unknown>>'.
|
Run types
Cannot invoke an object which is possibly 'undefined'.
|
Loading