Bucket details #29
ci-frontend.yml
on: pull_request
Frontend checks
39s
Semgrep
21s
Annotations
5 errors
Frontend checks
Type '{ children: (Element | undefined)[]; align?: string | undefined; addEventListener?: { <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDivElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | ... 1 more ... | undefined): void; (type: string, listener: EventListenerOrEventListenerObject,...' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
Frontend checks
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
Frontend checks
Type 'Element' is not assignable to type '(HTMLCollection & (string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | null)) | undefined'.
|
Frontend checks
Type 'Element' is not assignable to type '(HTMLCollection & (string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | null)) | undefined'.
|
Frontend checks
Process completed with exit code 2.
|