lawftyg
lawftyg
SSolidJS
Created by lawftyg on 9/21/2024 in #support
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
SSolidJS
Created by lawftyg on 9/21/2024 in #support
issues with createContext and useContext
the context provider is in app.tsx, sorry I ran out of space in the original post
3 replies