This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
chore(deps): update shared components packages to v18 (major) #4070
pr.yml
on: pull_request
build
/
setup
1m 24s
build
/
test-jest-with-coverage
0s
build
/
lint-and-format
0s
build
/
chromatic
0s
Annotations
10 errors
build / setup:
src/AppServices/APIManagementPage.tsx#L45
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/APIManagementPage.tsx#L126
Type '{ children: Element[]; variant: "light"; }' is not assignable to type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/DataSciencePage.tsx#L451
Type '{ children: string; testId: string; ouiaId: string; href: string; }' is not assignable to type 'IntrinsicAttributes & ExternaLinkProps'.
|
build / setup:
src/AppServices/DataSciencePage.tsx#L465
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPage.tsx#L32
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPageV2.tsx#L49
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPageV2.tsx#L107
Type '{ children: Element; className: string; }' is not assignable to type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPageV2.tsx#L164
Type '{ children: Element; className: string; }' is not assignable to type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPageV2.tsx#L190
Type '{ children: Element; className: string; }' is not assignable to type 'IntrinsicAttributes & MarketingPageSectionProps & { variant?: "light" | "dark" | "default" | undefined; }'.
|
build / setup:
src/AppServices/KafkaPageV2.tsx#L252
Property 'children' does not exist on type '{}'.
|