Merge pull request #506 from Vizzuality/develop #853
Annotations
11 warnings
linters
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
linters:
app/javascript/components/cclow/EventsTimeline.js#L48
React Hook useEffect has missing dependencies: 'events.length', 'eventsContainerEl', and 'isShowRightBtn'. Either include them or remove the dependency array
|
linters:
app/javascript/components/cclow/LawsDropdown.js#L191
React Hook useEffect has a missing dependency: 'escFunction'. Either include it or remove the dependency array
|
linters:
app/javascript/components/cclow/LawsDropdown.js#L268
React Hook useCallback has missing dependencies: 'renderAllOptions', 'searchGeographiesResults', and 'searchValue'. Either include them or remove the dependency array
|
linters:
app/javascript/components/cclow/world-map/WorldMap.js#L200
React Hook useEffect has missing dependencies: 'setGeosWithEuropeanUnionBorders', 'zoomToGeography', and 'zoomToGeographyIso'. Either include them or remove the dependency array
|
linters:
app/javascript/components/cclow/world-map/world-map.hooks.js#L59
React Hook useMemo has an unnecessary dependency: 'isEUAggregated'. Either exclude it or remove the dependency array
|
linters:
app/javascript/components/tpi/AscorDropdown.js#L35
React Hook useMemo has missing dependencies: 'countries' and 'fuse'. Either include them or remove the dependency array
|
linters:
app/javascript/components/tpi/AscorDropdown.js#L39
React Hook useMemo has a missing dependency: 'searchResults'. Either include it or remove the dependency array
|
linters:
app/javascript/components/tpi/AscorDropdown.js#L100
React Hook useEffect has a missing dependency: 'escFunction'. Either include it or remove the dependency array
|
linters:
app/javascript/components/tpi/AscorDropdown.js#L108
React Hook useEffect has a missing dependency: 'handleClickOutside'. Either include it or remove the dependency array
|
linters:
app/javascript/components/tpi/AscorDropdown.js#L116
React Hook useEffect has a missing dependency: 'enterFunction'. Either include it or remove the dependency array
|