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
@types/react
@types/react is pinned to ^17.0.33 in package.json which is causing type errors. Can this be upgraded to v18 please?
^17.0.33
next-mdx-remote/package.json
Line 32 in b6635c5
The text was updated successfully, but these errors were encountered:
+1
But, @par5er, you can use overrides in the package.json that the next-mdx-remote to use the "@types/react": "^18.2" for a temporary solution.
overrides
package.json
next-mdx-remote
"@types/react": "^18.2"
See more explanation about overrides: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides
Sorry, something went wrong.
No branches or pull requests
@types/react
is pinned to^17.0.33
in package.json which is causing type errors. Can this be upgraded to v18 please?next-mdx-remote/package.json
Line 32 in b6635c5
The text was updated successfully, but these errors were encountered: