Initial checklist
Problem
React server components can be asynchronous. It would be nice if MDX content supports this too.
# Hello visitor
This page has been visited {await Promise.resolve(42)} times
Solution
If an await expression is detected, mark _createMdxContent as async.
Alternatives
We could not support it 🤷
Initial checklist
Problem
React server components can be asynchronous. It would be nice if MDX content supports this too.
Solution
If an
awaitexpression is detected, mark_createMdxContentas async.Alternatives
We could not support it 🤷