Onyx.connect removal for CurrencyUtils #164200
Annotations
10 warnings
|
ESLint check:
src/libs/OptionsListUtils/index.ts#L276
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/OptionsListUtils/index.ts#L234
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/OptionsListUtils/index.ts#L223
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/OptionsListUtils/index.ts#L214
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/OptionsListUtils/index.ts#L208
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check:
src/libs/LocalePhoneNumber.ts#L9
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
ESLint check
React Hook useMemo has a missing dependency: 'styles.mr3'. Either include it or remove the dependency array
|
|
ESLint check:
src/components/Search/SearchAutocompleteList.tsx#L406
React Hook useEffect has a missing dependency: 'sections'. Either include it or remove the dependency array
|
|
ESLint check:
src/components/MoneyRequestReportView/MoneyRequestReportActionsList.tsx#L737
React Hook useCallback has a missing dependency: 'introSelected'. Either include it or remove the dependency array
|
|
ESLint check:
src/components/MoneyRequestReportView/MoneyRequestReportActionsList.tsx#L304
React Hook useMemo has missing dependencies: 'isDelegateAccessRestricted' and 'showDelegateNoAccessModal'. Either include them or remove the dependency array
|