type폴더 리펙토링 #180
Annotations
2 errors and 10 warnings
|
check
Unhandled error: HttpError: Resource not accessible by integration
|
|
check
Process completed with exit code 1.
|
|
check:
src/app/meeting/[category]/@modal/[id]/(.)QUIT/page.tsx#L3
'ModalCancel' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/meeting/[category]/@modal/[id]/(.)CANCEL/page.tsx#L7
'useMeetingQuitMutation' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/login/_features/PasswordInput.tsx#L22
React Hook useCallback has a missing dependency: 'trigger'. Either include it or remove the dependency array. If 'trigger' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
check:
src/app/login/_features/LoginForm.tsx#L5
'Link' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/login/_features/EmailInput.tsx#L22
React Hook useCallback has a missing dependency: 'trigger'. Either include it or remove the dependency array. If 'trigger' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
check:
src/app/layout.tsx#L35
Unexpected console statement
|
|
check:
src/app/(user-page)/mypage/_features/ProfileImage.tsx#L129
Unexpected console statement
|
|
check:
src/app/(user-page)/mypage/_features/PasswordInfo.tsx#L14
'profileData' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/(user-page)/my-meeting/my/@modal/(.)user-list/page.tsx#L32
'error' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/(user-page)/my-meeting/_features/Created.tsx#L20
'error' is assigned a value but never used. Allowed unused vars must match /^_/u
|