made solution #2150
Annotations
10 errors
run_linter (20.x):
src/App.tsx#L2
'useContext' is defined but never used
|
run_linter (20.x):
src/App.tsx#L6
'TodoContext' is defined but never used
|
run_linter (20.x):
src/components/TodoHeader.tsx#L1
'useCallback' is defined but never used
|
run_linter (20.x):
src/components/TodoHeader.tsx#L3
'Todo' is defined but never used
|
run_linter (20.x):
src/components/TodoHeader.tsx#L8
'setTodos' is assigned a value but never used
|
run_linter (20.x):
src/components/TodoHeader.tsx#L10
Unexpected console statement
|
run_linter (20.x):
src/components/TodoList.tsx#L10
A form label must be associated with a control
|
run_linter (20.x):
src/components/TodoList.tsx#L31
A form label must be associated with a control
|
run_linter (20.x):
src/components/TodoList.tsx#L50
A form label must be associated with a control
|
run_linter (20.x):
src/components/TodoList.tsx#L72
A form label must be associated with a control
|