Next.js Discord

Discord Forum

Footer and Header cant just work together?!!!

Answered
Mudi posted this in #help-forum
Open in Discord
MudiOP
I made a Very simple footer and header to test nextjs components, how ever when i put the header in app layout it works, and when i do with footer it work fine too, however when i put both in the layout they both show without
Answered by Mudi
Found it, I had to enable styled-components in next.config.mjs
View full answer

1 Reply

MudiOP
Found it, I had to enable styled-components in next.config.mjs
Answer