Skip to content

solution

solution #5069

Triggered via pull request January 6, 2025 16:58
Status Success
Total duration 41s
Artifacts

lint.yml

on: pull_request
Matrix: run_linter
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
run_linter (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run_linter (20.x): src/App.tsx#L430
React Hook useEffect has a missing dependency: 'allTodos'. Either include it or remove the dependency array
run_linter (20.x): src/components/TodoItem/TodoItem.tsx#L51
React Hook useEffect has missing dependencies: 'onSetNewTitle' and 'todo.title'. Either include them or remove the dependency array. If 'onSetNewTitle' changes too often, find the parent component that defines it and wrap that definition in useCallback