JavaScript for WordPress Forums Gatsby Gatsy basics second last class “mdx-remark-images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #141930
    Philip Savarirayan
    Participant

    Im getting this error, dunno why:

    TypeError: Cannot read property ‘children’ of undefined
    MDXImage
    C:/Users/Admin/Desktop/gatsby-demos-zechg/mdx-blog/src/components/mdx-image-wrapper.js:9
    6 | width: width || “50%”,
    7 | margin: margin || “10px”,
    8 | }
    > 9 | return <div style={style}>{children.props.children}</div>
    10 | }
    11 | export default MDXImage
    View compiled

    #141945
    Zac Gordon
    Keymaster

    Try logging out the value to see why it is empty?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.