add task solution #2103
Annotations
10 errors and 1 warning
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L30
'deleteTodo' was used before it was defined
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L32
'editTodo' was used before it was defined
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L41
'newTitle' is already declared in the upper scope on line 11 column 28
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L44
'deleteTodo' was used before it was defined
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L50
'editTodo' was used before it was defined
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L57
'todo' is already declared in the upper scope on line 10 column 45
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L72
'todo' is already declared in the upper scope on line 10 column 45
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L85
'todo' is already declared in the upper scope on line 10 column 45
|
Run npm run lint:
src/components/TodoItem/TodoItem.tsx#L99
A form label must be associated with a control
|
Run npm run lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading