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
I am encountering an error when using the "react-linkify" library in my Next.js app. When I run npm run prod, I see the following error message:
npm run prod
"Imported via "react-linkify" from file 'C:/Users/....' with packageId '@types/react-linkify/[email protected]'"
I have tried the following to resolve the issue:
However, none of these solutions have worked. I am using TypeScript v4.4.4 and Next.js v12.1.0.
Can you please provide any guidance on how to resolve this issue? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am encountering an error when using the "react-linkify" library in my Next.js app. When I run
npm run prod
, I see the following error message:"Imported via "react-linkify" from file 'C:/Users/....' with packageId '@types/react-linkify/[email protected]'"
I have tried the following to resolve the issue:
However, none of these solutions have worked. I am using TypeScript v4.4.4 and Next.js v12.1.0.
Can you please provide any guidance on how to resolve this issue? Thank you!
The text was updated successfully, but these errors were encountered: