Company card - After resetting card filter, All card is not selected #149063
Annotations
10 warnings
|
ESLint check:
src/libs/Middleware/Pagination.ts#L53
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/LocalePhoneNumber.ts#L8
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/CurrencyUtils.ts#L11
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/hooks/useTransactionViolationOfWorkspace.tsx#L15
The 'transactionIDSet' object construction makes the dependencies of useCallback Hook (at line 47) change on every render. To fix this, wrap the initialization of 'transactionIDSet' in its own useMemo() Hook
|
|
ESLint check:
src/hooks/useSelectedTransactionsActions.ts#L369
React Hook useMemo has a missing dependency: 'session.email'. Either include it or remove the dependency array
|
|
ESLint check:
src/hooks/useBulkPayOptions.ts#L225
React Hook useMemo has missing dependencies: 'icons.Bank', 'icons.Cash', and 'icons.Wallet'. Either include them or remove the dependency array
|
|
ESLint check:
src/components/TransactionItemRow/index.tsx#L552
React Hook useMemo has a missing dependency: 'hash'. Either include it or remove the dependency array
|
|
ESLint check:
src/components/TabSelector/TabSelectorBase.tsx#L95
The 'measure' function makes the dependencies of useEffect Hook (at line 117) change on every render. To fix this, wrap the definition of 'measure' in its own useCallback() Hook
|
|
ESLint check:
src/components/TabSelector/TabSelectorBase.tsx#L95
The 'measure' function makes the dependencies of useLayoutEffect Hook (at line 109) change on every render. To fix this, wrap the definition of 'measure' in its own useCallback() Hook
|
|
ESLint check:
src/components/ReportActionItem/MoneyRequestReceiptView.tsx#L251
React Hook useCallback has a missing dependency: 'transactionAndReportActionErrors'. Either include it or remove the dependency array
|