Skip to content

Running Copilot coding agent #565

Running Copilot coding agent

Running Copilot coding agent #565

Status Success
Total duration 11m 34s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

10 errors
copilot
@object-ui/console#build: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
copilot
../../examples/crm/objectstack.config.ts(121,11): error TS2353: Object literal may only specify known properties, and 'component' does not exist in type '{ layout: { x: number; y: number; w: number; h: number; }; title?: string | undefined; type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "line" | "area" | ... 21 more ... | undefined; ... 6 more ...; options?: any; }'.
copilot
../../examples/crm/objectstack.config.ts(110,11): error TS2353: Object literal may only specify known properties, and 'component' does not exist in type '{ layout: { x: number; y: number; w: number; h: number; }; title?: string | undefined; type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "line" | "area" | ... 21 more ... | undefined; ... 6 more ...; options?: any; }'.
copilot
../../examples/crm/objectstack.config.ts(99,11): error TS2353: Object literal may only specify known properties, and 'component' does not exist in type '{ layout: { x: number; y: number; w: number; h: number; }; title?: string | undefined; type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "line" | "area" | ... 21 more ... | undefined; ... 6 more ...; options?: any; }'.
copilot
../../examples/crm/objectstack.config.ts(88,11): error TS2353: Object literal may only specify known properties, and 'component' does not exist in type '{ layout: { x: number; y: number; w: number; h: number; }; title?: string | undefined; type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "line" | "area" | ... 21 more ... | undefined; ... 6 more ...; options?: any; }'.
copilot
src/components/ObjectView.tsx(128,33): error TS2353: Object literal may only specify known properties, and 'gantt' does not exist in type 'any[]'.
copilot
src/components/ObjectView.tsx(125,29): error TS2322: Type '"gantt"' is not assignable to type '"object-grid"'.
copilot
src/components/ObjectView.tsx(7,34): error TS6133: 'TabsTrigger' is declared but its value is never read.
copilot
src/components/ObjectView.tsx(7,24): error TS6133: 'TabsList' is declared but its value is never read.
copilot
src/components/ObjectView.tsx(7,18): error TS6133: 'Tabs' is declared but its value is never read.