Merge pull request #364 from objectstack-ai/copilot/add-connection-st… #397
changeset-release.yml
on: push
Changeset Release
3m 33s
Annotations
10 errors
|
Changeset Release
@object-ui/console#build: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
|
Changeset Release
'rerender' is declared but its value is never read.
|
|
Changeset Release
Object literal may only specify known properties, and 'title' does not exist in type '{ name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { type: string; label: string; reference_to: string; }; is_active: { ...; }; }'.
|
|
Changeset Release
Type '{ id: string; title: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
|
|
Changeset Release
'updateSpy' is declared but its value is never read.
|
|
Changeset Release
Object literal may only specify known properties, and 'title' does not exist in type '{ name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { type: string; label: string; reference_to: string; }; is_active: { ...; }; }'.
|
|
Changeset Release
Type '{ id: string; title: string; description: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
|
|
Changeset Release
Type '{ id: string; title: string; description: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
|
|
Changeset Release
Argument of type '{ name: string; label: string; fields: { id: { type: string; label: string; }; title: { type: string; label: string; }; description: { type: string; label: string; }; status: { type: string; label: string; options: { ...; }[]; }; priority: { ...; }; }; }' is not assignable to parameter of type '{ name: string; fields: { name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { ...; }; is_active: { ...; }; }; }'.
|
|
Changeset Release
'React' is declared but its value is never read.
|