Giter Club home page Giter Club logo

Comments (5)

adamsoffer avatar adamsoffer commented on August 20, 2024 1

Hey guys - I just pushed a fix in v2.0.9 that address this dependency error. Let me know if that fixed it for you. I'll open up a separate issue re: data prefetching no longer working.

from next-apollo.

benloeffel avatar benloeffel commented on August 20, 2024 1

Yes, I just updated dependency and the error no longer occurs on Next v8+. Thanks @adamsoffer! 👍

from next-apollo.

benloeffel avatar benloeffel commented on August 20, 2024

The issue occurs for me after upgrading NextJS from version 7.0.2 to version 8.0.0

Inside ./node_modules/next-apollo/dist/link.js a variable is declared _utils which is no longer available as of NextJS Version 8.0.0.

After removing lines 58 & 257-259 the error no longer occurs.

Line 58
var _utils = require("next/dist/lib/utils");

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 (execOnce & warn) which is a function found inside the utils.js file from Next to display the following message:

Warning: You're using a string directly inside . This usage has been deprecated. Please add an a tag as child of Link

from next-apollo.

adamsoffer avatar adamsoffer commented on August 20, 2024

Thanks for reporting this. Looks like next/dist/lib/utils moved to next-server/dist/lib/utils. Updating this path fixed that error, however, I'm currently testing with Next v8 and looks like the way we're doing data prefetching is no longer working. Will investigate.

from next-apollo.

rubelux avatar rubelux commented on August 20, 2024

I have the same problem, can you guys fix the dependency link?

from next-apollo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.