Skip to content

[Hotfix] Demo Video 및 배포계 변경 사항 병합 #330

[Hotfix] Demo Video 및 배포계 변경 사항 병합

[Hotfix] Demo Video 및 배포계 변경 사항 병합 #330

Triggered via pull request December 20, 2024 08:47
Status Failure
Total duration 56s
Artifacts

lighthouse.yml

on: pull_request
lighthouse
46s
lighthouse
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lighthouse
Process completed with exit code 1.
lighthouse
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lighthouse: src/WebSocketContext.tsx#L80
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lighthouse: src/components/Toast/index.tsx#L15
React Hook useEffect has a missing dependency: 'hideToast'. Either include it or remove the dependency array
lighthouse: src/hooks/useCalendar.tsx#L6
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
lighthouse: src/hooks/useClearModal.ts#L10
React Hook useEffect has a missing dependency: 'clearModal'. Either include it or remove the dependency array
lighthouse: src/hooks/useScrollPreservation.ts#L23
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
lighthouse: src/hooks/useSubscribe.ts#L179
React Hook useEffect has missing dependencies: 'data?.email', 'queryClient', 'showNotification', and 'subscribe'. Either include them or remove the dependency array
lighthouse: src/modals/EditDogProfileModal/index.tsx#L39
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array
lighthouse: src/modals/ModalContainer/index.tsx#L96
React Hook useEffect has a missing dependency: 'popModal'. Either include it or remove the dependency array
lighthouse: src/modals/OwnerUpdateModal/index.tsx#L52
React Hook useEffect has a missing dependency: 'ownerProfile'. Either include it or remove the dependency array
lighthouse: src/pages/FamilyDDangPage/index.tsx#L26
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array