Skip to content

Update dependency rxjs to v7 #5609

Update dependency rxjs to v7

Update dependency rxjs to v7 #5609

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ESLint Report Analysis succeeded Oct 13, 2023 in 0s

ESLint Report Analysis

0 ESLint error(s) and 2 ESLint warning(s) found

Details

2 Warning(s):

src/routes/AuthorityViewRoute/AuthorityViewRoute.js line 75

  • Start Line: 75
  • End Line: 75
  • Message: React Hook useEffect has missing dependencies: 'authority', 'selectedAuthority', and 'setSelectedAuthority'. Either include them or remove the dependency array.
    • From: [react-hooks/exhaustive-deps]

src/views/AuthoritiesSearch/AuthoritiesSearch.js line 441

  • Start Line: 441
  • End Line: 441
  • Message: React Hook useEffect has an unnecessary dependency: 'prevQuery.current'. Either exclude it or remove the dependency array. Mutable values like 'prevQuery.current' aren't valid dependencies because mutating them doesn't re-render the component.
    • From: [react-hooks/exhaustive-deps]