Closed BeiyanYunyi closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mdx | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 11, 2023 8:52am |
Patch and project coverage have no change.
Comparison is base (
9eb747d
) 100.00% compared to head (465a567
) 100.00%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks!
I found a outdated documentation: it says to use mdx in solid-js, set options.jsxImportSource to 'solid-js', but I tried it and failed.
That's because solid-js have modified its exports. For example,
solid-js/jsx-dev-runtime
issolid-js/h/jsx-dev-runtime
now.Here's a repro. Clone, modify
vite/markdown.ts
, changesolid/h
tosolid
, thenpnpm build
to reproduce the problem.