Develop #4833
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/TodoFilter/TodoFilter.tsx#L30
React Hook useEffect has a missing dependency: 'setTodos'. Either include it or remove the dependency array. If 'setTodos' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run_linter (20.x):
src/components/TodoModal/TodoModal.tsx#L25
React Hook useEffect has a missing dependency: 'todo'. Either include it or remove the dependency array
|