diff --git a/docs/src/content/pages/fields/mdx.mdoc b/docs/src/content/pages/fields/mdx.mdoc index 4e0bfc85e..d77d8f74e 100644 --- a/docs/src/content/pages/fields/mdx.mdoc +++ b/docs/src/content/pages/fields/mdx.mdoc @@ -79,6 +79,7 @@ import { Card } from '../components/Card' Remove the import from the MDX file. Instead, pass the components you want to import to the component responsible for rendering the MDX content: ```tsx +import { MDXRemote } from 'next-mdx-remote/rsc'; import { Card } from '../components/Card'