Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6168748 commit b6e5b4dCopy full SHA for b6e5b4d
examples/gatsbygram/src/components/post.js
@@ -26,7 +26,6 @@ class Post extends React.Component {
26
render() {
27
const { smallImage, likes, id } = this.props.post
28
const { small } = smallImage.childImageSharp
29
- console.log(small)
30
return (
31
<Link
32
data-testid="post"
packages/gatsby/src/redux/index.ts
@@ -82,6 +82,7 @@ export const saveState = (): void => {
82
pageData: state.pageData,
83
modules: state.modules,
84
queryModuleDependencies: state.queryModuleDependencies,
85
+ pageDataProcessors: state.pageDataProcessors,
86
// pages: state.pages,
87
})
88
}
0 commit comments