Hook up prosemirror-view's InputState #157
Annotations
10 errors
src/components/EditorView.tsx#L25
'DOMSelection' is declared but its value is never read.
|
src/prosemirror-internal/capturekeys.ts#L19
Not all code paths return a value.
|
src/prosemirror-internal/capturekeys.ts#L77
Argument of type 'ChildNode | undefined' is not assignable to parameter of type 'Node'.
|
src/prosemirror-internal/capturekeys.ts#L84
Argument of type 'ChildNode | undefined' is not assignable to parameter of type 'Node'.
|
src/prosemirror-internal/capturekeys.ts#L87
'before' is possibly 'undefined'.
|
src/prosemirror-internal/capturekeys.ts#L88
Type 'ChildNode | undefined' is not assignable to type 'Node'.
|
src/prosemirror-internal/capturekeys.ts#L127
Argument of type 'ChildNode | undefined' is not assignable to parameter of type 'Node'.
|
src/prosemirror-internal/capturekeys.ts#L160
Not all code paths return a value.
|
src/prosemirror-internal/capturekeys.ts#L166
Type 'ChildNode | undefined' is not assignable to type 'Node | null'.
|
src/prosemirror-internal/capturekeys.ts#L167
'node' is possibly 'null'.
|
The logs for this run have expired and are no longer available.
Loading