24d2f7a6e6
* 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>
3 lines
86 B
Text
3 lines
86 B
Text
import * as mod from '../components/Component.jsx';
|
|
|
|
<mod.ns.Component client:load />
|