Remove linked list part 20 #498
CI.yml
on: push
Run Tests
34s
Build Package
30s
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.
|