Skip to content

Update dependency redux to v5 #7677

Update dependency redux to v5

Update dependency redux to v5 #7677

GitHub Actions / ESLint Report Analysis succeeded Oct 16, 2024 in 0s

ESLint Report Analysis

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

Annotations

Check warning on line 75 in src/routes/AuthorityViewRoute/AuthorityViewRoute.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/routes/AuthorityViewRoute/AuthorityViewRoute.js#L75

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

Check warning on line 231 in src/views/AuthoritiesSearch/AuthoritiesSearch.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/AuthoritiesSearch/AuthoritiesSearch.js#L231

[react-hooks/exhaustive-deps] React Hook useMemo has a missing dependency: 'intl'. Either include it or remove the dependency array.

Check warning on line 439 in src/views/AuthoritiesSearch/AuthoritiesSearch.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/views/AuthoritiesSearch/AuthoritiesSearch.js#L439

[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'setSelectedAuthorityRecord'. Either include it or remove the dependency array.