summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/mdx-namespace.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-12[ci] formatGravatar natemoo-re 1-4/+4
2022-08-12Fix namespaced component usage in MDX (#4272)Gravatar Nate Moore 1-0/+83
* fix(#4209): handle namespaced JSX and MDX * chore: add changeset * chore: update lockfile * fix: throw error when componentExport is unresolved * chore: bump compiler * chore: bump compiler * chore: revert example changes Co-authored-by: Nate Moore <nate@astro.build>