Skip to content

fixes #59

fixes #59 #28

Triggered via push September 14, 2023 02:14
Status Failure
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build: src/core/drive/navigator.ts#L45
Argument of type 'HTMLInputElement | undefined' is not assignable to parameter of type 'HTMLInputElement'.
build: src/core/frames/frame_controller.ts#L216
Argument of type 'HTMLInputElement | undefined' is not assignable to parameter of type 'HTMLInputElement'.
build: src/core/renderer.ts#L59
Property 'focus' does not exist on type 'Element'.
build: src/core/snapshot.ts#L31
Argument of type 'E' is not assignable to parameter of type 'HTMLElement | DocumentFragment'.
build: src/core/streams/stream_message_renderer.ts#L70
'elementToAutofocus' is possibly 'null'.
build: src/core/streams/stream_message_renderer.ts#L87
'elementToFocus' is possibly 'null'.
build: src/http/fetch_request.ts#L93
'#resolveRequestPromise' is declared but its value is never read.
build
Process completed with exit code 2.