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:22
@Pyr33xPyr33x
synchronize #95
cli
Status Success
Total duration 33s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint: packages/core/src/useCountDown/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
lint: packages/core/src/useCountUp/index.ts#L77
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
lint: packages/core/src/useFetch/index.ts#L79
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
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