WIP: using subgrid for support sections w/o icon but bleed #7289
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.
|