fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

Styles from styled components not loading in production, SSR issue? #85

Closed caseykennedy closed 5 years ago

caseykennedy commented 5 years ago

Hello, I am new to opening issues, so please forgive me if I am missing any key info. First, thank you so much for this starter!

I have added styled components to the build and all works great in dev, however, in production only some of the styles will load initially. If I navigate to another page and then back to the home page, the styles are just fine.

Code is here: https://github.com/caseykennedy/moonflower

I modified the gatsby-ssr file to include styled components replaceRenderer.

Any help is appreciated!