Merge pull request #453 from deriv-com/amam/uncomment_cache #271
build-and-deploy-staging.yml
on: push
build_to_cloudflare_pages
1m 13s
Annotations
1 error and 10 warnings
build_to_cloudflare_pages
Process completed with exit code 1.
|
build_to_cloudflare_pages:
src/components/AppHeader/CurrencyIcon/CurrencyIcon.tsx#L26
React Hook useEffect has missing dependencies: 'currency' and 'isVirtual'. Either include them or remove the dependency array
|
build_to_cloudflare_pages:
src/components/AppHeader/Notifications/Notifications.tsx#L39
React Hook useMemo has missing dependencies: 'history', 'isDesktop', and 'localize'. Either include them or remove the dependency array
|
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/Table/Table.tsx#L45
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/useGrowthbookGetFeatureValue.tsx#L31
React Hook useEffect has missing dependencies: 'featureFlag' and 'resolvedDefaultValue'. Either include them or remove the dependency array
|
build_to_cloudflare_pages:
src/hooks/custom-hooks/useModalManager.ts#L68
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#L72
React Hook useEffect has a missing dependency: 'actions'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/hooks/custom-hooks/useOAuth2Enabled.ts#L36
React Hook useEffect has a missing dependency: 'appId'. Either include it or remove the dependency array
|
build_to_cloudflare_pages:
src/pages/guide/components/Carousel/__tests__/Carousel.spec.tsx#L1
Unable to resolve path to module '@/assets/scam-advance-payment.svg'
|
build_to_cloudflare_pages:
src/pages/my-ads/components/AdTypeSection/AdTypeSection.tsx#L88
React Hook useEffect has a missing dependency: 'getValues'. Either include it or remove the dependency array
|