Merge pull request #136 from niloofar-deriv/useFullScreenTests #38
build-and-deploy-staging.yml
on: push
build_to_cloudflare_pages
1m 2s
Annotations
2 errors and 8 warnings
build_to_cloudflare_pages
Canceling since a higher priority waiting request for 'cloudflare-pages-build-staging' exists
|
build_to_cloudflare_pages
The operation was canceled.
|
build_to_cloudflare_pages:
src/components/Modals/FilterModal/FilterModalPaymentMethods/FilterModalPaymentMethods.tsx#L38
React Hook useEffect has a missing dependency: 'searchedPaymentMethods'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/components/ProfileContent/ProfileStats/ProfileStats.tsx#L47
React Hook useMemo has a missing dependency: 'localize'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/components/Table/Table.tsx#L46
React Hook useLayoutEffect has an unnecessary dependency: 'headerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'headerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
build_to_cloudflare_pages:
src/hooks/custom-hooks/useModalManager.ts#L67
React Hook useEffect has a missing dependency: 'syncModalParams'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/hooks/custom-hooks/useModalManager.ts#L71
React Hook useEffect has a missing dependency: 'actions'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/pages/my-ads/components/SellAdPaymentSelection/SellAdPaymentSelection.tsx#L28
React Hook useEffect has a missing dependency: 'get'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethods.tsx#L25
React Hook useEffect has a missing dependency: 'get'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/pages/my-profile/screens/PaymentMethods/PaymentMethodsList/PaymentMethodsListContent/PaymentMethodsListContent.tsx#L71
React Hook useMemo has a missing dependency: 'localize'. Either include it or remove the dependency array
|