[Feature] #48 패밀리댕 (견주,댕 정보수정) #309
Annotations
10 errors and 11 warnings
lighthouse:
src/components/DogProfile/styles.ts#L16
Cannot redeclare block-scoped variable 'EditIconWrapper'.
|
lighthouse:
src/components/DogProfile/styles.ts#L63
Cannot redeclare block-scoped variable 'EditIconWrapper'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L18
Cannot redeclare block-scoped variable 'pushModal'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L19
Cannot redeclare block-scoped variable 'data'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L22
Cannot redeclare block-scoped variable 'data'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L27
Cannot redeclare block-scoped variable 'pushModal'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L43
Property 'data' does not exist on type 'FetchMypageResponse'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L82
Parameter 'member' implicitly has an 'any' type.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L89
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ FATHER: string; MOTHER: string; ELDER_BROTHER: string; OLDER_BROTHER: string; ELDER_SISTER: string; OLDER_SISTER: string; GRANDFATHER: string; GRANDMOTHER: string; '': string; }'.
|
lighthouse:
src/pages/FamilyDDangPage/index.tsx#L98
Parameter 'schedule' implicitly has an 'any' type.
|
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/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#L31
React Hook useEffect has a missing dependency: 'refetch'. 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
|