Skip to content

feat(deps): bump the react-ecosystem group across 1 directory with 3 updates #359

feat(deps): bump the react-ecosystem group across 1 directory with 3 updates

feat(deps): bump the react-ecosystem group across 1 directory with 3 updates #359

Triggered via pull request December 15, 2025 04:29
Status Failure
Total duration 51s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/components/GridLayoutSection.tsx#L115
Type 'Layout[]' is not assignable to type 'readonly LayoutItem[]'.
Lint: src/components/GridLayoutSection.tsx#L78
Property 'h' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L76
Property 'y' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L74
Property 'i' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L72
Property 'h' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L70
Property 'y' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L65
Property 'w' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L64
Property 'x' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L61
Property 'i' does not exist on type 'Layout'.
Lint: src/components/GridLayoutSection.tsx#L34
Type '{ i: string; x: number; y: number; w: number; h: number; minW: number; minH: number; isDraggable: boolean; isResizable: boolean; }[]' is not assignable to type 'Layout[]'.