Skip to content

Solution

Solution #5006

Triggered via pull request December 23, 2024 22:23
Status Success
Total duration 39s
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/components/TodoList/TodoList.tsx#L59
The ref value 'inputEditRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'inputEditRef.current' to a variable inside the effect, and use that variable in the cleanup function
run_linter (20.x): src/components/TodoList/TodoList.tsx#L62
React Hook useEffect has a missing dependency: 'handleKeyDown'. Either include it or remove the dependency array