react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Typo]: The code example on the "useContext" page includes an unused import `useContext`

Open oalbacha opened this issue 1 month ago • 0 comments

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.

oalbacha avatar Dec 07 '25 23:12 oalbacha