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