Bump Onyx to v3.0.31 #80195
Merged
Bump Onyx to v3.0.31 #80195
Annotations
10 warnings
|
Lint JavaScript and Typescript with ESLint:
src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L23
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
Lint JavaScript and Typescript with ESLint:
src/libs/Middleware/Pagination.ts#L60
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
Lint JavaScript and Typescript with ESLint:
src/libs/Middleware/Pagination.ts#L53
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
Lint JavaScript and Typescript with ESLint:
src/libs/LocalePhoneNumber.ts#L8
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
Lint JavaScript and Typescript with ESLint:
src/libs/CurrencyUtils.ts#L11
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
Lint JavaScript and Typescript with ESLint:
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
|
|
Lint JavaScript and Typescript with ESLint
React Hook useMemo has a missing dependency: 'allPolicies'. Either include it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
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
|
|
Lint JavaScript and Typescript with ESLint:
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
|
|
Lint JavaScript and Typescript with ESLint:
src/components/MoneyRequestReportView/MoneyRequestReportTransactionList.tsx#L194
React Hook useMemo has a missing dependency: 'expensifyIcons'. Either include it or remove the dependency array
|
Loading