Initial commit from derivatives-bot production_v20251107_0 #1
build-and-deploy-staging.yml
on: push
build_to_cloudflare_pages
1m 44s
Annotations
1 error and 10 warnings
|
build_to_cloudflare_pages
Process completed with exit code 1.
|
|
build_to_cloudflare_pages:
src/components/layout/index.tsx#L26
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/layout/header/mobile-menu/use-mobile-menu-config.tsx#L80
React Hook useMemo has unnecessary dependencies: 'client_residence', 'currency', 'hubEnabledCountryList', 'is_logged_in', 'is_virtual', and 'redirect_url_str'. Either exclude them or remove the dependency array
|
|
build_to_cloudflare_pages:
src/components/layout/header/mobile-menu/__tests__/menu-content.spec.tsx#L14
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/layout/header/header.tsx#L121
React Hook useCallback has a missing dependency: 'handleLogin'. Either include it or remove the dependency array. Outer scope values like 'standalone_routes' aren't valid dependencies because mutating them doesn't re-render the component
|
|
build_to_cloudflare_pages:
src/components/layout/header/common/types.tsx#L20
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/journal/journal.types.ts#L89
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/error-component/error-component.tsx#L13
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/download/download.tsx#L37
Unexpected any. Specify a different type
|
|
build_to_cloudflare_pages:
src/components/data-list/data-list-row.tsx#L69
React Hook React.useEffect has a missing dependency: 'isMounted'. Either include it or remove the dependency array
|
|
build_to_cloudflare_pages:
src/app/app-root.tsx#L67
React Hook useEffect has a missing dependency: 'is_api_initialized'. Either include it or remove the dependency array
|