Skip to content

refacotor: useActivityLog hook 구현 및 local 폰트위치 변경 #94

refacotor: useActivityLog hook 구현 및 local 폰트위치 변경

refacotor: useActivityLog hook 구현 및 local 폰트위치 변경 #94

Triggered via pull request December 26, 2023 14:06
Status Success
Total duration 57s
Artifacts

ci.yml

on: pull_request
continuous-integration
48s
continuous-integration
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
continuous-integration: @types/environment.d.ts#L2
'NodeJS' is defined but never used. Allowed unused vars must match /^_/u
continuous-integration: @types/environment.d.ts#L3
'ProcessEnv' is defined but never used. Allowed unused vars must match /^_/u
continuous-integration: src/components/common/Button/index.tsx#L30
Unexpected any. Specify a different type
continuous-integration: src/components/common/Toast/index.tsx#L43
React Hook useCallback has a missing dependency: 'closeToast'. Either include it or remove the dependency array
continuous-integration: src/components/main/BirthSongContainer/index.tsx#L29
React Hook useCallback has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
continuous-integration: src/components/main/BirthSongResult/index.tsx#L36
Unexpected any. Specify a different type
continuous-integration: src/components/main/BirthSongResult/index.tsx#L80
React Hook useCallback has missing dependencies: 'renderToast' and 'sendEvent'. Either include them or remove the dependency array
continuous-integration: src/components/main/BirthSongResult/index.tsx#L100
React Hook useEffect has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
continuous-integration: src/lib/types/event.ts#L15
Unexpected any. Specify a different type