Error: Cannot read property 'frontmatter' of undefined #32298
Answered
by
Js-Brecht
lilyntalmers
asked this question in
Help
-
After writing this blog-list.js
|
Beta Was this translation helpful? Give feedback.
Answered by
Js-Brecht
Jul 12, 2021
Replies: 1 comment 1 reply
-
Looks like your code fences got mixed up in your post. I can see an issue on this line:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lilyntalmers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like your code fences got mixed up in your post.
I can see an issue on this line:
edges
is going to be an array, soedges.node
is trying to accessArray.node
, which doesn't exist.