solution #5069
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
|