Next.js Discord

Discord Forum

style-components ThemeProvider not working in Next 13 Server Component

Unanswered
Honey bee posted this in #help-forum
Open in Discord
Honey beeOP
I'm trying to wrap ThemeProvider around my Page Component. I'd like to render it on the server and still be able to use my provided Theme Configuration in the server component. When trying to do that I get the error saying that I cannot use Context API inside server component. What I'm interested in is how to correctly solve this issue?

2 Replies