Skip to content

HCRC-97 | feat: image and image gallery modules #670

HCRC-97 | feat: image and image gallery modules

HCRC-97 | feat: image and image gallery modules #670

Triggered via pull request July 2, 2024 18:28
@melniivmelniiv
synchronize #183
image-module
Status Success
Total duration 1m 53s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check: src/core/imageGallery/ImageGallery.tsx#L53
The 'handleEscapeKeyPress' function makes the dependencies of useEffect Hook (at line 101) change on every render. To fix this, wrap the definition of 'handleEscapeKeyPress' in its own useCallback() Hook
check: src/core/imageGallery/ImageGallery.tsx#L119
React Hook useEffect has a missing dependency: 'lightboxUid'. Either include it or remove the dependency array