Move empty state to plain css #1258
tests.yml
on: pull_request
Static Analysis
49s
Unit tests
56s
Check for circular dependencies (Madge)
22s
Playwright Integration Tests
0s
Annotations
4 errors
Static Analysis
@shopware-ag/meteor-component-library#build: command (/home/runner/work/meteor/meteor/packages/component-library) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
Static Analysis
Type '{ headline: string; description: string; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & Partial<{}> & Omit<{ readonly description: string; readonly icon: string; ... 4 more ...; "onButton-click"?: ((...args: any[]) => any) | undefined; } & ... 4 more ... & { ...; }, never>'.
|
Static Analysis
Argument of type '{ headline: string; description: string; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly description: string; readonly icon: string; readonly headline: string; readonly linkHref?: string | undefined; readonly linkText?: string | undefined; readonly buttonText?: string | undefined; "onButton-click"?: ((...args: any[]) => any) | undefined; } & ... 4 more ... & { ...; }, never...'.
|
Static Analysis
Process completed with exit code 1.
|