All the components that consume it. Not the whole tree under the provider.
It is well documented and implemented like so.
https://react.dev/reference/react/useContext > useContext is a React Hook that lets you read and *subscribe* to context from your component.
Emphasise mine.
All the components that consume it. Not the whole tree under the provider.