[refactor] 로그인 상태 관리 수정 #568
Annotations
7 errors and 2 warnings
build (20.x):
frontend/src/components/common/Navbar.tsx#L10
'BASE_URL' is assigned a value but never used
|
build (20.x):
frontend/src/utils/Token.tsx#L2
'axios' is defined but never used
|
build (20.x):
frontend/src/utils/Token.tsx#L3
'useState' is defined but never used
|
build (20.x):
frontend/src/utils/Token.tsx#L4
'useLoginStatus' is defined but never used
|
build (20.x):
frontend/src/utils/Token.tsx#L4
'useUserInfo' is defined but never used
|
build (20.x):
frontend/src/utils/Token.tsx#L7
'BASE_URL' is assigned a value but never used
|
build (20.x)
Process completed with exit code 1.
|
build (20.x):
frontend/src/components/MyInfoPage/BookmarkTap.tsx#L23
React Hook useEffect has a missing dependency: 'fetchBookmarks'. Either include it or remove the dependency array
|
build (20.x):
frontend/src/utils/Token.tsx#L39
React Hook useEffect has a missing dependency: 'checkAuth'. Either include it or remove the dependency array
|