lawftyg
issues with createContext and useContext
I have solved this issue, if anyone has this issue, the solution is to move all the provider and context code into a sparate file from the file in which it is beign used, at least away form app.tsx. I moved all the code a /components/context/configcontext.tsx and it works now.
3 replies