In the "Using CSS-in-JS library Styled Components" guide there is a step missing when adding the styled-components code to the pages/index.js file.
Based on the specific installation instruction provided, this component doesn't exist in the project at any point. It will break the app when running gatsby develop.
import Container from "../components/container";
Show the user how to build the <Container> component so that that goodness of styled-components can shine through! 馃尀
Thanks for finding this! Want to add this?
I can take this one if no one's working on it already :)
Fixed by @RxAssim in https://github.com/gatsbyjs/gatsby/pull/3988 馃帀
Most helpful comment
I can take this one if no one's working on it already :)