Merge pull request #131 from niloofar-deriv/drawer #32
Annotations
9 warnings
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/components/Modals/FilterModal/FilterModalPaymentMethods/FilterModalPaymentMethods.tsx#L38
React Hook useEffect has a missing dependency: 'searchedPaymentMethods'. Either include it or remove the dependency array
|
src/components/ProfileContent/ProfileStats/ProfileStats.tsx#L47
React Hook useMemo has a missing dependency: 'localize'. Either include it or remove the dependency array
|
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
|
src/hooks/custom-hooks/useModalManager.ts#L67
React Hook useEffect has a missing dependency: 'syncModalParams'. Either include it or remove the dependency array
|
src/hooks/custom-hooks/useModalManager.ts#L71
React Hook useEffect has a missing dependency: 'actions'. Either include it or remove the dependency array
|
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
|
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
|
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
|
This job succeeded
Loading