Open
Description
Summary
Add a note saying this in useContext:
use
is preferred overuseContext
because it is more flexible.
Page
https://react.dev/reference/react/useContext
Details
This is already said in this article:
use
is preferred overuseContext
because it is more flexible.
It would be nice to add this note in useContext too.