Summary
The code example on the "useContext" page includes an unused import useContext
Page
https://react.dev/reference/react/useContext#scaling-up-with-context-and-a-reducer
Details
The code in useContext hook documentation in the examples for updating context. The 5th example Example 5 of 5: Scaling up with context and a reducer here. On line 1 of both TaskList.js and AddTask.js files, the useContext import is unused.