feat(deps): bump the react-ecosystem group across 1 directory with 3 updates #359
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[]'.
|