Develop #2918
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
run_linter (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
run_linter (14.x):
src/components/TodoItem/TodoItem.tsx#L43
React Hook useEffect has a missing dependency: 'todo.id'. Either include it or remove the dependency array. If 'setIsLoading' needs the current value of 'todo.id', you can also switch to useReducer instead of useState and read 'todo.id' in the reducer
|