You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'type' does not exist on type 'ButtonProps'.
This expression is not callable.
Property 'type' does not exist on type 'InputProps'.
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; }'.
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; }'.
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<...>'.
Type '{ href: string; }' is not assignable to type 'SVGAttributes<SVGUseElement>'.
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>>'.
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>>'.
Cannot invoke an object which is possibly 'undefined'.
The logs for this run have expired and are no longer available.