Replies: 1 comment
-
you are storing the page template in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm getting the pageContext object empty when I'm trying to send it an object using createPages on gatsby-node.js.
Here is the code of gatsby-node.js:
Here is the code of index.js:
On the console.log(context) in the browser, I see the pageContext object as empty {}. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions