Skip to content

[Feature] #48 패밀리댕 (견주,댕 정보수정) #304

[Feature] #48 패밀리댕 (견주,댕 정보수정)

[Feature] #48 패밀리댕 (견주,댕 정보수정) #304

Triggered via pull request December 9, 2024 05:34
Status Failure
Total duration 55s
Artifacts

lighthouse.yml

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

Annotations

4 errors and 10 warnings
lighthouse: src/apis/family/fetchFamilyDDang.ts#L2
'Member' is defined but never used
lighthouse: src/modals/OwnerUpdateModal/index.tsx#L58
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render
lighthouse: src/modals/OwnerUpdateModal/index.tsx#L71
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render
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/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/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/HomePage/index.tsx#L123
React Hook useEffect has missing dependencies: 'data.email', 'queryClient', and 'subscribe'. Either include them or remove the dependency array
lighthouse: src/pages/LogPage/components/Calendar/index.tsx#L34
React Hook useEffect has a missing dependency: 'setDate'. Either include it or remove the dependency array. If 'setDate' changes too often, find the parent component that defines it and wrap that definition in useCallback
lighthouse: src/pages/WalkPage/components/MapComponent/index.tsx#L30
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components