feat: Image download #3064
lint-types.yml
on: pull_request
lint-typecheck-test
2m 3s
Annotations
10 errors and 1 warning
lint-typecheck-test:
app/components/chart-shared.tsx#L74
Cannot find name 'ComponentProps'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L111
Property 'components' is missing in type '{ dataSource: { type: "sql" | "sparql"; url: string; }; chartConfig: ({ key: string; version: string; meta: { title: { de: string; fr: string; it: string; en: string; }; description: { de: string; fr: string; it: string; en: string; }; label: { ...; }; }; cubes: ({ ...; } & { ...; })[]; activeField: string | undefin...' but required in type '{ chartConfig: ({ key: string; version: string; meta: { title: { de: string; fr: string; it: string; en: string; }; description: { de: string; fr: string; it: string; en: string; }; label: { de: string; fr: string; it: string; en: string; }; }; cubes: ({ ...; } & { ...; })[]; activeField: string | undefined; } & { ....'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L136
Cannot find name 'useState'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L142
Cannot find name 'useEffect'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L151
Cannot find name 'useCallback'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L270
Cannot find name 'useState'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L271
Cannot find name 'useEffect'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L291
Cannot find name 'useState'.
|
lint-typecheck-test:
app/components/chart-shared.tsx#L292
Cannot find name 'useEffect'.
|
lint-typecheck-test
Process completed with exit code 2.
|
lint-typecheck-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|