Skip to content

Implement EditorView.nodeDOM #143

Implement EditorView.nodeDOM

Implement EditorView.nodeDOM #143

Triggered via push July 28, 2023 18:56
Status Failure
Total duration 1m 30s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
check: src/hooks/useContentEditable.ts#L1
All imports in import declaration are unused.
check: src/hooks/useDomAtPos.tsx#L10
'side' is declared but its value is never read.
check: src/hooks/useDomAtPos.tsx#L29
Type 'NodeViewDescriptor' is missing the following properties from type 'Node': baseURI, childNodes, firstChild, isConnected, and 46 more.
check
Process completed with exit code 2.
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/components/EditorView.tsx#L49
Forbidden non-null assertion
check: src/components/EditorView.tsx#L317
Forbidden non-null assertion
check: src/components/EditorView.tsx#L330
React Hook useMemo has missing dependencies: 'defaultState' and 'mountRef'. Either include them or remove the dependency array
check: src/decorations/DecorationType.ts#L7
Unexpected any. Specify a different type
check: src/dom.ts#L17
Forbidden non-null assertion
check: src/dom.ts#L31
Forbidden non-null assertion