Skip to content

feat(core): New Hooks #2

feat(core): New Hooks

feat(core): New Hooks #2

Triggered via pull request January 29, 2025 07:16
@Pyr33xPyr33x
synchronize #95
cli
Status Success
Total duration 33s
Artifacts

check-lint.yml

on: pull_request
check-lint
26s
check-lint
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
check-lint: packages/core/src/useCountDown/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
check-lint: packages/core/src/useCountUp/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
check-lint: packages/core/src/useFetch/index.ts#L79
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
check-lint: packages/core/src/useKeyPress/index.ts#L75
React Hook useEffect has missing dependencies: 'handleKeyDown' and 'handleKeyUp'. Either include them or remove the dependency array