Skip to content
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

Check it mdx-components.js exists, no-op providerImportSource if not #64

Open
BRKalow opened this issue Mar 21, 2023 · 0 comments
Open

Comments

@BRKalow
Copy link
Contributor

BRKalow commented Mar 21, 2023

If mdx-components.js does not exist, we fallback to @mdx-js/react. This causes problems for server components as it uses a React context internally.

We should no-op providerImportSource if mdx-components.js is not able to be resolved.

Reference: https://github.com/hashicorp/next-mdx-remote/blob/main/src/serialize.ts#L33-L34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant