Skip to content

[Feature] #51 소셜로그인, 회원가입 기능 구현 #258

[Feature] #51 소셜로그인, 회원가입 기능 구현

[Feature] #51 소셜로그인, 회원가입 기능 구현 #258

Triggered via pull request December 5, 2024 07:16
Status Failure
Total duration 1m 4s
Artifacts

lighthouse.yml

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

Annotations

3 errors and 10 warnings
lighthouse: src/pages/MyPage/index.tsx#L64
Type '{}' is missing the following properties from type 'DogProfileProps': name, gender, profileImg, birthDate, and 2 more.
lighthouse: src/pages/ProfilePage/index.tsx#L56
Property 'birthDate' is missing in type '{ name: string; gender: Gender; dogId: number; breed: string; weight: number; profileImg: string; isNeutered: BooleanString; familyId: number; comment: string; }' but required in type 'DogProfileProps'.
lighthouse
Process completed with exit code 2.
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#L8
Unexpected any. Specify a different type
lighthouse: src/WebSocketContext.tsx#L9
Unexpected any. Specify a different type
lighthouse: src/WebSocketContext.tsx#L52
Unexpected any. Specify a different type
lighthouse: src/WebSocketContext.tsx#L60
Unexpected any. Specify a different type
lighthouse: src/WebSocketContext.tsx#L76
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/modals/ModalContainer/index.tsx#L20
React Hook useEffect has a missing dependency: 'popModal'. Either include it or remove the dependency array
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