In my React application, I have a function that myFunc2() that calls React.useContext().
myFunc2()
React.useContext()
Inside my function component (named myFunc1()
myFunc1()