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
// These query results get passed as an object `props.data` to your component
231
231
```
232
+
233
+
### Usingcustom`GatsbyImage`
234
+
235
+
[GatsbyImage](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/) is the component of choice to handle responsive images processed through graphql. However, we use a custom version of this component that is properly optimized with Chakra. This way we can use style props from Chakra but still be able to forward common or GatsbyImage-specific props to the Gatsby component for correct usage and rendering.
236
+
237
+
```tsx
238
+
import GatsbyImage from "./components/GatsbyImage"
0 commit comments