Develop #4921
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
src/components/Footer/Fotter.tsx#L55
React Hook useCallback has missing dependencies: 'onError', 'updateProcessedIds', and 'updateTodolist'. Either include them or remove the dependency array. If 'updateProcessedIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/components/Header/Header.tsx#L68
React Hook useCallback has missing dependencies: 'onError', 'updateTempTodo', and 'updateTodoList'. Either include them or remove the dependency array. If 'updateTempTodo' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/components/Header/Header.tsx#L123
React Hook useCallback has missing dependencies: 'allTodosCompleted', 'onError', 'updateProcessedIds', and 'updateTodoList'. Either include them or remove the dependency array. If 'updateProcessedIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L45
React Hook useCallback has missing dependencies: 'onError', 'updateProcessedIds', and 'updateTodolist'. Either include them or remove the dependency array. If 'updateProcessedIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L87
React Hook useCallback has missing dependencies: 'handleDeleteOneTodo', 'onError', 'title', 'todoList', 'updateProcessedIds', and 'updateTodolist'. Either include them or remove the dependency array. If 'updateProcessedIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L124
React Hook useCallback has missing dependencies: 'onError', 'todoList', 'updateProcessedIds', and 'updateTodolist'. Either include them or remove the dependency array. If 'updateProcessedIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading