hennessyevan / gatsby-remark-grid-tables

Adds Remark Grid Tables support to Gatsby
5 stars 0 forks source link

plugin does not work with gatsby version 4.5 #10

Open tomvo12 opened 2 years ago

tomvo12 commented 2 years ago

There was an error in your GraphQL query:

Cannot set property 'gridTable' of undefined

11 | name 12 | profile 13 | login 14 | avatar { 15 | childImageSharp { 16 | gatsbyImageData(width: 25, placeholder: TRACED_SVG) 17 | } 18 | } 19 | } 20 | }

21 | headings { | ^ 22 | depth 23 | value 24 | } 25 | } 26 | allLeftMenuItemsJson { 27 | nodes { 28 | name 29 | link 30 | childLinks { 31 | link

File path: /Users/voss/repos/Daimler/gatsby/devportal-chakra/src/templates/blog-post.js Url path: /docs/README/ Plugin: none

TypeError: Cannot set property 'gridTable' of undefined

The plugin used to work with version 3.4 before, but the build breaks after gatsby upgrade. Any idea how to fix this.

Thanks in advance, Tom