We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an mdx document using Docusaurus and am receiving an error when I attempt to preview
mdx
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; <Tabs> <TabItem value="template" label="Template" default> Hello World </TabItem> </Tab>
Receive the following error
This page renders correctly when viewing the documentation page.
The text was updated successfully, but these errors were encountered:
Encountering this as well.
Even if you use the relative path:
import Tabs from '@docusaurus/theme-classic/lib/theme/Tabs'; import TabItem from '@docusaurus/theme-classic/lib/theme/TabItem';
You get:
Sorry, something went wrong.
Getting this error as well. More of our content is moving from MD to MDX, so React support is becoming more important for us. Thanks!
No branches or pull requests
I have an
mdx
document using Docusaurus and am receiving an error when I attempt to previewReceive the following error
This page renders correctly when viewing the documentation page.
The text was updated successfully, but these errors were encountered: