We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daf206 commit 52b2869Copy full SHA for 52b2869
src/index.tsx
@@ -101,9 +101,7 @@ export function MDXRemote({
101
// wrapping the content with MDXProvider will allow us to customize the standard
102
// markdown components (such as "h1" or "a") with the "components" object
103
const content = (
104
- <mdx.MDXProvider components={components}>
105
- <Content />
106
- </mdx.MDXProvider>
+ <Content components={components} />
107
)
108
109
// If lazy = true, we need to render a wrapping div to preserve the same markup structure that was SSR'd
0 commit comments