farrah/FEQ-2190/Header and footer integration #115
Triggered via pull request
May 9, 2024 12:32
farrah-deriv
opened
#60
Status
Failure
Total duration
1m 5s
Billable time
1m
Artifacts
–
build-and-deploy-test.yml
on: pull_request_target
build_to_cloudflare_pages
54s
Annotations
10 errors and 2 warnings
build_to_cloudflare_pages:
src/components/AppFooter/AppFooter.tsx#L19
JSX element type 'CountryIcon' does not have any construct or call signatures.
|
build_to_cloudflare_pages:
src/components/AppFooter/AppFooter.tsx#L19
'CountryIcon' cannot be used as a JSX component.
|
build_to_cloudflare_pages:
src/components/AppHeader/AppHeader.tsx#L27
Property 'variant' is missing in type '{ children: Element[]; }' but required in type '{ variant: "left" | "right"; }'.
|
build_to_cloudflare_pages:
src/components/AppHeader/AppHeader.tsx#L44
Property 'variant' is missing in type '{ children: Element[]; }' but required in type '{ variant: "left" | "right"; }'.
|
build_to_cloudflare_pages:
src/hooks/__tests__/useModalManager.spec.tsx#L303
Argument of type '() => { isDesktop: false; isMobile: true; isTablet: false; }' is not assignable to parameter of type '() => { isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/MyProfileCounterparties/MyProfileCounterpartiesTable/MyProfileCounterpartiesTable.tsx#L63
Type '{ data: { is_approved: boolean; is_basic_verified: boolean; is_blocked: boolean; is_favourite: boolean; is_fully_verified: boolean; is_listed: boolean; is_online: boolean; is_recommended: boolean; ... 26 more ...; total_turnover?: string | undefined; }[]; isFetching: boolean; loadMoreFunction: ((options?: FetchNextP...' is not assignable to type 'IntrinsicAttributes & TProps<{ is_approved: boolean; is_basic_verified: boolean; is_blocked: boolean; is_favourite: boolean; is_fully_verified: boolean; is_listed: boolean; ... 28 more ...; total_turnover?: string | undefined; }>'.
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsEmpty/__tests__/PaymentMethodsEmpty.spec.tsx#L36
Argument of type '{ isDesktop: false; isMobile: true; isTablet: false; }' is not assignable to parameter of type '{ isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsEmpty/__tests__/PaymentMethodsEmpty.spec.tsx#L56
Argument of type '{ isDesktop: false; isMobile: true; isTablet: false; }' is not assignable to parameter of type '{ isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsEmpty/__tests__/PaymentMethodsEmpty.spec.tsx#L70
Argument of type '{ isDesktop: false; isMobile: true; isTablet: false; }' is not assignable to parameter of type '{ isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsList/__test__/PaymentMethodsList.spec.tsx#L26
Argument of type '{ isDesktop: false; isMobile: true; isTablet: false; }' is not assignable to parameter of type '{ isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
|
build_to_cloudflare_pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c, actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_to_cloudflare_pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|