Working on usePosAtCoords #134
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
check:
src/hooks/useDomAtPos.tsx#L9
'side' is declared but its value is never read.
|
check:
src/hooks/usePosAtCoords.ts#L211
'posFromDOM' is declared but its value is never read.
|
check:
src/hooks/usePosAtCoords.ts#L251
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L251
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L252
Cannot find name 'domIndex'.
|
check:
src/hooks/usePosAtCoords.ts#L252
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L254
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L255
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L255
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/hooks/usePosAtCoords.ts#L256
'this' implicitly has type 'any' because it does not have a type annotation.
|
check:
src/browser.ts#L11
Unexpected any. Specify a different type
|
check:
src/browser.ts#L13
Forbidden non-null assertion
|
check:
src/browser.ts#L15
Forbidden non-null assertion
|
check:
src/browser.ts#L23
Forbidden non-null assertion
|
check:
src/dom.ts#L8
Forbidden non-null assertion
|
check:
src/dom.ts#L22
Forbidden non-null assertion
|
check:
src/dom.ts#L38
Forbidden non-null assertion
|
check:
src/hooks/useCoordsAtPos.tsx#L31
Forbidden non-null assertion
|
check:
src/hooks/useCoordsAtPos.tsx#L32
Forbidden non-null assertion
|
check:
src/hooks/useCoordsAtPos.tsx#L44
Forbidden non-null assertion
|