Merge pull request #299 from rupato-deriv/rupato-updated-sass-embedded #250
build-and-deploy-staging.yml
on: push
build_to_cloudflare_pages
4m 36s
Annotations
10 warnings
build_to_cloudflare_pages:
src/app/app-content.jsx#L177
React Hook useEffect has a missing dependency: 'client'. Either include it or remove the dependency array
|
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/components/error-component/error-component.tsx#L13
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/layout/header/AccountSwitcherWallet/account-switcher-wallet-item.tsx#L54
Unexpected any. Specify a different type
|
build_to_cloudflare_pages:
src/components/layout/header/common/types.tsx#L20
Unexpected any. Specify a different type
|
build_to_cloudflare_pages:
src/components/layout/header/mobile-menu/__tests__/menu-content.spec.tsx#L16
Unexpected any. Specify a different type
|
build_to_cloudflare_pages:
src/components/layout/header/mobile-menu/__tests__/mobile-menu.spec.tsx#L29
Unexpected any. Specify a different type
|
build_to_cloudflare_pages:
src/components/layout/index.tsx#L40
Unexpected any. Specify a different type
|
build_to_cloudflare_pages:
src/components/layout/index.tsx#L70
Assignments to the 'subscription' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|