I am using context in my react app.
On top root I have defined context:
const AppWithContext = () => { const [user, setUser] = useState() const [t