feat: 목표 도메인 기능구현 및 오류 해결, 스타일링 #14
Triggered via pull request
September 17, 2025 08:12
Status
Success
Total duration
1m 13s
Artifacts
–
Annotations
10 warnings
|
Integration Test (20.x):
src/components/reflections/KeywordReflectionsModal.tsx#L101
React Hook useEffect has missing dependencies: 'handleClose', 'handleNext', and 'handlePrevious'. Either include them or remove the dependency array
|
|
Integration Test (20.x):
src/components/reflections/KeywordInput.tsx#L20
'isFocused' is assigned a value but never used
|
|
Integration Test (20.x):
src/components/questions/QuestionFiltersComponent.tsx#L30
'showCustomDateRange' is assigned a value but never used
|
|
Integration Test (20.x):
src/components/my/scraps/EmptyState.tsx#L4
'type' is defined but never used
|
|
Integration Test (20.x):
src/components/my/neighbor/EmptyState.tsx#L2
'type' is defined but never used
|
|
Integration Test (20.x):
src/app/questions/page.tsx#L28
'selectedPeriod' is assigned a value but never used
|
|
Integration Test (20.x):
src/app/questions/analytics/page.tsx#L215
React Hook useMemo has an unnecessary dependency: 'keywords'. Either exclude it or remove the dependency array
|
|
Integration Test (20.x):
src/app/page.tsx#L9
'Star' is defined but never used
|
|
Integration Test (20.x):
src/app/my/page.tsx#L166
React Hook useEffect has a missing dependency: 'fetchAllStats'. Either include it or remove the dependency array
|
|
Integration Test (20.x):
src/app/my/neighbors/public/[nickname]/page.tsx#L346
React Hook useEffect has a missing dependency: 'fetchProfile'. Either include it or remove the dependency array
|