Skip to content

fix(keybindings): add check function property and exclude checkbox from focus check #402

fix(keybindings): add check function property and exclude checkbox from focus check

fix(keybindings): add check function property and exclude checkbox from focus check #402

Triggered via pull request November 27, 2024 10:14
Status Failure
Total duration 26s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build / build: demo/keybindings/demo-keybindings.ts#L30
Argument of type '{ activity: symbol; callback: () => void; }' is not assignable to parameter of type 'ActivityHandler'.
build / build: demo/keybindings/demo-keybindings.ts#L38
Argument of type '{ activity: symbol; callback: () => void; }' is not assignable to parameter of type 'ActivityHandler'.
build / build: demo/keybindings/demo-keybindings.ts#L109
Argument of type '{ activity: symbol; callback: () => void; element: () => HTMLElement; }' is not assignable to parameter of type 'ActivityHandler'.
build / build: demo/keybindings/demo-keybindings.ts#L113
Argument of type '{ activity: symbol; callback: () => void; element: () => HTMLElement; }' is not assignable to parameter of type 'ActivityHandler'.
build / build
Process completed with exit code 2.