I have some problem with
styles(used styled components) in my Gatsby project(Netlify link https://keen-nobel-557cbf.netlify.com/valeurs).All browers show all my styles normally , but Safari has first loading without styles and everytime when I refresh pages styles disappear.
Has anyone ever faced this issue?
Hello. Is it possible for you to provide more info using the template? Also, would like to see the source code, may be a stripped down version on github.
yes of course, here is the link
Thank you. It seems like some configuration is missing in your project, like including gatsby-plugin-styled-components babel-plugin-styled-components
Please try including styled-components as mentioned in the docs - https://www.gatsbyjs.org/docs/styled-components/
Ahahah, lol. Thanks a lot. Don't understand how I missed this :)
Most helpful comment
Thank you. It seems like some configuration is missing in your project, like including
gatsby-plugin-styled-components babel-plugin-styled-componentsPlease try including
styled-componentsas mentioned in the docs - https://www.gatsbyjs.org/docs/styled-components/