Skip to content

Fix dupe waypoints error is shown when selecting random waypoints while offline #143703

Fix dupe waypoints error is shown when selecting random waypoints while offline

Fix dupe waypoints error is shown when selecting random waypoints while offline #143703

Triggered via pull request December 1, 2025 03:24
Status Success
Total duration 25m 18s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ESLint check: src/libs/NextStepUtils.ts#L44
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
ESLint check: 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
ESLint check: src/libs/Middleware/Pagination.ts#L57
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
ESLint check: src/libs/Middleware/Pagination.ts#L50
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/useSearchSelector.base.ts#L271
React Hook useMemo has a missing dependency: 'includeCurrentUser'. Either include it or remove the dependency array
ESLint check: src/components/MigratedUserWelcomeModal.tsx#L61
React Hook useMemo has an unnecessary dependency: 'illustrations.ExpensifyMobileApp'. Either exclude it or remove the dependency array
ESLint check: src/components/ImportSpreadsheetConfirmModal.tsx#L39
React Hook useEffect has a missing dependency: 'spreadsheet'. Either include it or remove the dependency array