Skip to content

Move to glint v2 & improve typescript story for @triggerHtmlTag #799

Move to glint v2 & improve typescript story for @triggerHtmlTag

Move to glint v2 & improve typescript story for @triggerHtmlTag #799

Triggered via pull request December 12, 2025 18:28
Status Failure
Total duration 42s
Artifacts

docs.yml

on: pull_request
Tests
Tests
Build documentation
0s
Build documentation
Deploy documentation
Deploy documentation
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint
Process completed with exit code 1.
Lint
Object literal may only specify known properties, and 'htmlTag' does not exist in type 'NamedArgs<Omit<{ dropdown?: Dropdown | undefined; eventType?: "click" | "mousedown" | undefined; stopPropagation?: boolean | undefined; vPosition?: VerticalPosition | null | undefined; ... 13 more ...; onTouchEnd?: ((dropdown?: Dropdown | undefined, event?: TouchEvent | undefined) => void) | undefined; }, "htmlTag">>'.
Lint
Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.