DEV Community

Discussion on: Next.js and Styled-Components: style loading issue

Collapse
 
kwadoskii profile image
Austin Ofor • Edited

Thank you so much, you saved my deployed app on Heroku. I also added the .babelrc config below to enable my app to work well.

{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]],
}