Fix Reports/Search navigation escaping into Inbox #87139
Draft
Annotations
10 warnings
|
Lint JavaScript and Typescript with ESLint:
src/hooks/useSearchPageSetup.ts#L56
React Hook useEffect has missing dependencies: 'currentSearchKey', 'currentSearchResults', and 'shouldCalculateTotals'. Either include them or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint
React Hook useMemo has unnecessary dependencies: 'expensifyIcons.ArrowCollapse', 'expensifyIcons.ArrowRight', 'expensifyIcons.ArrowSplit', 'expensifyIcons.DocumentMerge', 'expensifyIcons.Exclamation', 'expensifyIcons.Export', 'expensifyIcons.MoneyBag', 'expensifyIcons.Pencil', 'expensifyIcons.Send', 'expensifyIcons.Stopwatch', 'expensifyIcons.Table', 'expensifyIcons.ThumbsDown', 'expensifyIcons.ThumbsUp', 'expensifyIcons.Trashcan', and 'expensifyIcons.Workflows'. Either exclude them or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/hooks/useConfirmPendingRTERAndProceed.ts#L4
Unexpected subpath import via alias '@hooks/useLocalize'. Use './useLocalize' instead
|
|
Lint JavaScript and Typescript with ESLint:
src/hooks/useConfirmPendingRTERAndProceed.ts#L3
Unexpected subpath import via alias '@hooks/useConfirmModal'. Use './useConfirmModal' instead
|
|
Lint JavaScript and Typescript with ESLint:
src/components/VideoPlayerContexts/VideoPopoverMenuContext.tsx#L54
React Hook useEffect has a missing dependency: 'currentVideoPlayerRef'. Either include it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/components/Search/SortableHeaderText.tsx#L6
Unexpected subpath import via alias '@components/Search/types'. Use './types' instead
|
|
Lint JavaScript and Typescript with ESLint:
src/components/Search/SearchList/BaseSearchList/index.tsx#L12
Unexpected parent import '../ListItem/types'. Use '@components/Search/SearchList/ListItem/types' instead
|
|
Lint JavaScript and Typescript with ESLint:
src/components/NumberWithSymbolForm.tsx#L447
React Hook useMemo has a missing dependency: 'disabled'. Either include it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/components/MoneyRequestReportView/MoneyRequestReportActionsList.tsx#L772
React Hook useCallback has a duplicate dependency: 'isOffline'. Either omit it or remove the dependency array
|
|
Lint JavaScript and Typescript with ESLint:
src/components/MoneyRequestConfirmationList.tsx#L1141
React Hook useCallback has a missing dependency: 'isNewManualExpenseFlowEnabled'. Either include it or remove the dependency array
|
Loading