luis
SolidStart(?) useContext problem
Trying to use useContext in solidstart, but it seems that it server renders my provider and doesn't change in client, not sure what i'm doing wrong.
ThemeProvider is in the root of app.tsx,
trying to use ThemeSelector in routes/index.tsx
it warns me the same thing both in terminal and browser console:
THEME-SELECTOR: useTheme returned undefined
6 replies