-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QWIK ERROR occurs when rendering Qwik components directly in MDX #63
Comments
Hey, I have perused this issue a couple of times. For now, a workaround to suppress the error would be wrapping it in an Astro file before using it in the MDX. Qwik v2 is soon to be released, which includes a major change in Qwik's serialization system and runtime, including a change to the vNodes, as a result I think it might be best to wait and see if this issue rears its head post v2. If you have any leads let me know! I will have more time to improve the integration further later this week. |
Fixed in Astro |
Overview
With official MDX extensions in place, deploying Qwik components directly in
.mdx
causes aQWIK ERROR
(see below for details) on the development server. Drawing and building itself is possible, but the development server log is filled with errors, which is inconvenient.Minimum environment reproduced
https://stackblitz.com/edit/withastro-astro-wyclcm?file=src%2Fpages%2Findex.mdx
Run
npm run dev
.Supplementation
.astro
file, the exception will not occur.Error log
npm run dev
Related?
#50
The text was updated successfully, but these errors were encountered: