Move "Create report" in the "Move expenses" flow to the top of the list #82076
Annotations
10 warnings
|
Lint JavaScript and Typescript with ESLint:
src/libs/OptionsListUtils/index.ts#L219
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/OptionsListUtils/index.ts#L207
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/OptionsListUtils/index.ts#L201
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/Navigation/helpers/getAdaptedStateFromPath.ts#L25
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#L9
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#L12
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:
src/components/Search/SearchAutocompleteList.tsx#L894
React Hook useEffect has a missing dependency: 'sections'. Either include it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/components/MoneyRequestReportView/MoneyRequestReportTransactionList.tsx#L313
React Hook useMemo has a missing dependency: 'report'. Either include it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/components/MoneyRequestReportView/MoneyRequestReportActionsList.tsx#L642
React Hook useCallback has a missing dependency: 'introSelected'. Either include it or remove the dependency array
|
Loading