You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
Expected behavior
Show the user how to build the <Container> component so that that goodness of styled-components can shine through! 🌞
The text was updated successfully, but these errors were encountered:
Description
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
.Expected behavior
Show the user how to build the
<Container>
component so that that goodness of styled-components can shine through! 🌞The text was updated successfully, but these errors were encountered: