datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://datahub.io/opensource
MIT License
2.19k stars 325 forks source link

@portaljs/remark-wiki-link doesn't work with the latest next-mdx-remote v 5.0.0. #1280

Open olayway opened 4 weeks ago

olayway commented 4 weeks ago

@portaljs/remark-wiki-link doesn't work with the latest next-mdx-remote v 5.0.0. (preventing e.g. upgrade to latest remark-gfm v 4.0.1).

Error:

 ⨯ [Error: [next-mdx-remote] error compiling MDX:
Cannot read properties of undefined (reading 'data')

More information: https://mdxjs.com/docs/troubleshooting-mdx] {
  digest: '2829009932'
}

Related/similar issue: https://github.com/hashicorp/next-mdx-remote/issues/403

olayway commented 4 weeks ago

Related issue: #1059