Skip to content

Remove linked list part 20 #498

Remove linked list part 20

Remove linked list part 20 #498

Triggered via push January 2, 2024 19:39
Status Failure
Total duration 43s
Artifacts

CI.yml

on: push
Run Tests
34s
Run Tests
Build Package
30s
Build Package
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build Package: lib/utils/functions/getTokensByValue.tsx#L33
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Build Package: lib/utils/hooks/useMark.ts#L48
Type 'MarkStruct' is missing the following properties from type 'NodeProxy': #store, target, next, prev, and 15 more.
Build Package: lib/utils/hooks/useMark.ts#L53
Type '(props: MarkStruct, node: ChildNode, options?: { silent: boolean;}) => void' is not assignable to type '(props: MarkStruct, options?: { silent: boolean; } | undefined) => void'.
Build Package: lib/utils/hooks/useMark.ts#L53
Conversion of type 'MutableRefObject<HTMLDivElement | undefined>' to type 'RefObject<T>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Build Package
Process completed with exit code 2.