Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

nmashchenko is starting sueta at the frontend code ☺️ #455

nmashchenko is starting sueta at the frontend code ☺️

nmashchenko is starting sueta at the frontend code ☺️ #455

Triggered via pull request December 18, 2023 17:07
Status Success
Total duration 9m 24s
Billable time 10m
Artifacts

client.yml

on: pull_request
Matrix: pipeline
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
pipeline (18.x): client/src/shared/ui/select/ui/select-autocomplete/option/option.tsx#L10
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
pipeline (18.x): client/src/shared/ui/select/ui/select-autocomplete/single-value/single-value.tsx#L9
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
pipeline (18.x): client/src/widgets/sidebar/ui/notification-list/notification-list.tsx#L67
The 'handleIntersection' function makes the dependencies of useEffect Hook (at line 90) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleIntersection' in its own useCallback() Hook
pipeline (18.x): client/src/widgets/sidebar/ui/notification-modal/notification-modal.tsx#L38
React Hook useCallback has a missing dependency: 'readNotifications'. Either include it or remove the dependency array
pipeline (18.x): client/src/widgets/sidebar/ui/sidebar/sidebar.tsx#L64
The attribute aria-expanded is not supported by the role complementary. This role is implicit on the element aside
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/