Skip to content

[FEAT] 최종 QA

[FEAT] 최종 QA #277

Triggered via pull request January 27, 2026 11:46
Status Success
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/hooks/pick/useCarouselCard.ts#L59
React Hook useEffect has missing dependencies: 'centerTo', 'getNearestIndex', and 'initialIndex'. Either include them or remove the dependency array
build: src/components/wishpool/viewer/edit/Thumbnail.tsx#L32
React Hook useEffect has a missing dependency: 'onChangeImageKey'. Either include it or remove the dependency array. If 'onChangeImageKey' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/components/common/Form/GiftField.tsx#L56
React Hook useEffect has missing dependencies: 'index' and 'onChangeImage'. Either include them or remove the dependency array. If 'onChangeImage' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/login/page.tsx#L18
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
build: src/app/login/page.tsx#L18
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
build: src/app/auth/callback/page.tsx#L22
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array