Skip to content
Advertisement

Can’t import React theme

I am working with Gatsby and have some code in my gatsby-browswer.js file which is importing a theme, but the changes don’t reflect on my webpage.

My gatsby-browser file:

JavaScript

My theme file:

JavaScript

The page is a very simple “Hello World”, but when I check the font and everything else on the webpage, they seem to be the default ones.

Advertisement

Answer

The exported function should be called wrapRootElement instead of wrappedRootElement.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement