feat(ui-avatar,emotion): add theming solution to functional components #4426
pr-validation.yml
on: pull_request
Lint commit msg + code
3m 52s
Vitest unit tests
3m 28s
Cypress component tests
3m 42s
Legacy unit tests
3m 42s
Annotations
12 errors
|
Vitest unit tests:
packages/ui-avatar/src/Avatar/index.tsx#L64
Type '(componentTheme: AvatarTheme, params: StyleParams) => AvatarStyle' is not assignable to type 'GenerateStyleFunctional'.
|
|
Vitest unit tests:
packages/ui-avatar/src/Avatar/index.tsx#L65
Type '(theme: Theme) => AvatarTheme' is not assignable to type 'GenerateComponentTheme'.
|
|
Vitest unit tests
Process completed with exit code 2.
|
|
Cypress component tests:
packages/ui-avatar/src/Avatar/index.tsx#L64
Type '(componentTheme: AvatarTheme, params: StyleParams) => AvatarStyle' is not assignable to type 'GenerateStyleFunctional'.
|
|
Cypress component tests:
packages/ui-avatar/src/Avatar/index.tsx#L65
Type '(theme: Theme) => AvatarTheme' is not assignable to type 'GenerateComponentTheme'.
|
|
Cypress component tests
Process completed with exit code 2.
|
|
Legacy unit tests:
packages/ui-avatar/src/Avatar/index.tsx#L64
Type '(componentTheme: AvatarTheme, params: StyleParams) => AvatarStyle' is not assignable to type 'GenerateStyleFunctional'.
|
|
Legacy unit tests:
packages/ui-avatar/src/Avatar/index.tsx#L65
Type '(theme: Theme) => AvatarTheme' is not assignable to type 'GenerateComponentTheme'.
|
|
Legacy unit tests
Process completed with exit code 2.
|
|
Lint commit msg + code:
packages/ui-avatar/src/Avatar/index.tsx#L64
Type '(componentTheme: AvatarTheme, params: StyleParams) => AvatarStyle' is not assignable to type 'GenerateStyleFunctional'.
|
|
Lint commit msg + code:
packages/ui-avatar/src/Avatar/index.tsx#L65
Type '(theme: Theme) => AvatarTheme' is not assignable to type 'GenerateComponentTheme'.
|
|
Lint commit msg + code
Process completed with exit code 2.
|