vue-router.esm-bundler.js?6c02:3264 TypeError: Cannot read properties of undefined (reading 'components')
at MDXContent ...
Notes
I think adding a check or default to the generated function seems appropriate since all I'm seeing it used for is accessing components which may be an empty object anyways.
Initial checklist
Affected packages and versions: xdm@2.0.2
Steps to reproduce
npm install
oryarn install
npm run serve
and open browser to 'localhost:8080'Link to code example: https://codesandbox.io/s/dank-tree-b1ubs
Expected behavior
Should see output of
Page.mdx
underneath Vue logoActual behavior
The content of Page.mdx is not shown. Error:
Notes