Coder Social home page Coder Social logo

Comments (15)

pitops avatar pitops commented on August 16, 2024 5

@fsultani-aspiration yes its best to use the version without the ^.

Latest hooks version

"react": "16.8.0-alpha.0",
"react-dom": "16.8.0-alpha.0"

from react-apollo-hooks.

atoy40 avatar atoy40 commented on August 16, 2024 1

@killjoy2013 I had the same problem when @next was 16.7.0-alpha1 ... then some hours later, the alpha2 came and fixed it. so check you react/react-dom version.

from react-apollo-hooks.

trojanowski avatar trojanowski commented on August 16, 2024 1

The stable version 16.7.0 doesn't have hooks enabled. You have to use the one with the next tag (16.7.0-alpha.2 at this moment).

from react-apollo-hooks.

pitops avatar pitops commented on August 16, 2024 1

I tried to use the following in package.json but do not work.

    "react": "16.7.0-alpha.2",
    "react-dom": "16.7.0-alpha.2",

What worked is the following

    "react": "next",
    "react-dom": "next",

from react-apollo-hooks.

trojanowski avatar trojanowski commented on August 16, 2024

Hi @killjoy2013

Could you please provide more details or ideally create a reproducible Demo on https://codesandbox.io or github? useApolloClient works in the example app: https://codesandbox.io/s/8819w85jn9 (please look at src/views/Feed.js).

from react-apollo-hooks.

voxtex avatar voxtex commented on August 16, 2024

Make sure you have react@next AND react-dom@next installed. Had a similar error using React Hooks API with create-react-app. Both need to be 16.7+.

from react-apollo-hooks.

trojanowski avatar trojanowski commented on August 16, 2024

@killjoy2013 I'm going to close it. If you still have this problem and ensured you use the latest alphas for both react and react-dom, please add a comment.

from react-apollo-hooks.

timburgess avatar timburgess commented on August 16, 2024

FYI, both react@canary (0.0.0-c5b7d26c7) and react@unstable (0.0.0-0c756fb-f7f79fd) produce this error whereas alpha2 works.

from react-apollo-hooks.

trojanowski avatar trojanowski commented on August 16, 2024

@timburgess Have you ensured you use exactly the same version of both react and react-dom?

from react-apollo-hooks.

timburgess avatar timburgess commented on August 16, 2024

@trojanowski Yes. Upgraded a working project with npm install --save --save-exact react@canary react-dom@canary and got:

screenshot from 2018-12-08 20-07-15

from react-apollo-hooks.

adrenalien avatar adrenalien commented on August 16, 2024

I have the exact same problem than the screenshot above with [email protected] and [email protected]

Can't use useQuery

Could you help?

from react-apollo-hooks.

adrenalien avatar adrenalien commented on August 16, 2024

Oh, my bad, sorry.

It works! Thanks for your quick answer and your great job

from react-apollo-hooks.

funfungho avatar funfungho commented on August 16, 2024

@killjoy2013 I had the same problem when @next was 16.7.0-alpha1 ... then some hours later, the alpha2 came and fixed it. so check you react/react-dom version.

Works for me. Updating from 16.7.0-alpha.0 to 16.7.0-alpha.2 fixes this problem !!!

from react-apollo-hooks.

caprica-Six avatar caprica-Six commented on August 16, 2024

works here as well, noticed also react-scripts should be 2.1.1, not 2.1.2
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-scripts": "2.1.1"

from react-apollo-hooks.

fsultani-aspiration avatar fsultani-aspiration commented on August 16, 2024

Same problem. package.json had

"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",

and it wasn't working. Changed it to

"react": "next",
"react-dom": "next",

and it worked. I also noticed that

"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",

also works (without the ^).

from react-apollo-hooks.

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.