Skip to content

WIP: using subgrid for support sections w/o icon but bleed #7289

WIP: using subgrid for support sections w/o icon but bleed

WIP: using subgrid for support sections w/o icon but bleed #7289

Triggered via push October 31, 2023 07:41
Status Failure
Total duration 4m 42s
Artifacts

ci.yml

on: push
Matrix: frontend_build
Matrix: ruby_tests
Matrix: rust_ci
Fit to window
Zoom out
Zoom in

Annotations

8 errors
frontend_build (18.x)
Property 'keepBleed' does not exist on type '{ name?: string; size?: number; }'.
frontend_build (18.x)
Property 'keepBleed' does not exist on type '{ id: string; text: string; path: string; openDialog?: MouseEventHandler<Element>; }'.
frontend_build (18.x)
Property 'iconName' does not exist on type '{ id: string; text: string; path: string; openDialog?: MouseEventHandler<Element>; }'.
frontend_build (18.x)
Property 'iconSize' does not exist on type '{ id: string; text: string; path: string; openDialog?: MouseEventHandler<Element>; }'.
frontend_build (18.x)
Type '{ keepBleed: any; name: any; size: any; }' is not assignable to type 'IntrinsicAttributes & { name?: string; size?: number; }'.
frontend_build (18.x)
Property 'keepBleed' does not exist on type 'SectionProps'.
frontend_build (18.x)
Type '{ id: string; keepBleed: any; iconName: string; text: string; path: string; openDialog: MouseEventHandler<Element>; }' is not assignable to type 'IntrinsicAttributes & { id: string; text: string; path: string; openDialog?: MouseEventHandler<Element>; }'.
frontend_build (18.x)
Process completed with exit code 2.