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
If anyone encountered this issue, the bundled next-mdx-remote dependency had ver. 4.0.2 installed.
next-mdx-remote
ver. 4.0.2
Just update to the latest version:
npm uninstall next-mdx-remote && npm install next-mdx-remote.
npm uninstall next-mdx-remote && npm install next-mdx-remote
This installed ver 4.4.1 and fixed the issue.
ver 4.4.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If anyone encountered this issue, the bundled
next-mdx-remote
dependency hadver. 4.0.2
installed.Just update to the latest version:
npm uninstall next-mdx-remote && npm install next-mdx-remote
.This installed
ver 4.4.1
and fixed the issue.The text was updated successfully, but these errors were encountered: