You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When upgrading remark-gfm to v4, the following error is thrown:
TypeError: Cannot read properties of undefined (reading 'inTable')
Additional context
The recent update of remark / rehype along with the typings cause quite a bit of breaking changes. Contentlayer needs to sync with the latest types before newer remark / rehype packages can be used. See contentlayerdev/contentlayer#558
The text was updated successfully, but these errors were encountered:
Describe the bug
When upgrading remark-gfm to v4, the following error is thrown:
Additional context
The recent update of remark / rehype along with the typings cause quite a bit of breaking changes. Contentlayer needs to sync with the latest types before newer remark / rehype packages can be used. See contentlayerdev/contentlayer#558
The text was updated successfully, but these errors were encountered: