Next.js Discord

Discord Forum

Next JS 13 and Styled Components

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
Im using Next JS 13 with Styled Components and Im getting this error all the time. Although the styling is going well, I dont have any error on the console, only on terminal.

- error components\shared\headerfooter\Navbar.js (7:31) @ eval
- error TypeError: Cannot read properties of undefined (reading 'withConfig')
at eval (./components/shared/headerfooter/Navbar.js:15:73)
at Module.(ssr)/./components/shared/headerfooter/Navbar.js (C:\app.next\server\app\page.js:1895:1)
at webpack_require (C:\app.next\server\webpack-runtime.js:33:43)


Please help. How can I fix it?

0 Replies