Update devseed icon #146
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test:
src/components/EncodeCanvas.js#L138
React Hook useEffect has missing dependencies: 'activeEncodeImageItem', 'map', 'requestSAM', and 'showNotification'. Either include them or remove the dependency array
|
Test:
src/components/EncodeItem.js#L60
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop
|
Test:
src/components/EncodeItems.js#L67
React Hook useEffect has a missing dependency: 'dispatchEncodeItems'. Either include it or remove the dependency array
|
Test:
src/components/Header.js#L1
'useState' is defined but never used
|
Test:
src/components/Items.js#L45
React Hook useLayoutEffect has a missing dependency: 'dispatchSetItems'. Either include it or remove the dependency array
|
Test:
src/components/Projects.js#L43
React Hook useCallback has a missing dependency: 'dispatchActiveEncodeImageItem'. Either include it or remove the dependency array
|
Test:
src/components/Projects.js#L66
React Hook useEffect has missing dependencies: 'projects.features' and 'setProject'. Either include them or remove the dependency array
|
Test:
src/components/map/MagicWand.js#L58
React Hook useEffect has missing dependencies: 'activeClass.color', 'activeClass.name', 'activeProject.properties.name', 'dispatchSetItems', 'items', 'map', and 'wand'. Either include them or remove the dependency array
|
Test:
src/components/map/ProjectLayer.js#L79
Assignments to the 'highlightedItem' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
Test:
src/components/map/ProjectLayer.js#L110
React Hook useEffect has missing dependencies: 'dispatchSetPointsSelector' and 'map'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading