Develop #2070
Annotations
2 warnings
run_linter (20.x):
src/App.tsx#L42
React Hook useEffect has missing dependencies: 'setIsLoading', 'setTodos', and 'showError'. Either include them or remove the dependency array
|
run_linter (20.x):
src/components/TodoContext.tsx#L76
React Hook useMemo has missing dependencies: 'isLoading', 'isSubmitting', and 'tempTodo'. Either include them or remove the dependency array
|