-
Notifications
You must be signed in to change notification settings - Fork 64
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
This dependency was not found: ./node_modules/next-apollo/dist/link.js #25
Comments
The issue occurs for me after upgrading NextJS from version Inside After removing lines 58 & 257-259 the error no longer occurs. Line 58 Line 257-259 if (typeof value === 'string') {
(0, _utils.execOnce)(_utils.warn)("Warning: You're using a string directly inside <Link>. This usage has been deprecated. Please add an <a> tag as child of <Link>");
} link.js is attempting to use functions (
|
Thanks for reporting this. Looks like |
I have the same problem, can you guys fix the dependency link? |
Hey guys - I just pushed a fix in |
Yes, I just updated dependency and the error no longer occurs on Next v8+. Thanks @adamsoffer! 👍 |
"next-apollo": "^2.0.8",
This might be user error on my part, but I'm getting the following error below.
This dependency was not found:
The text was updated successfully, but these errors were encountered: