Giter Club home page Giter Club logo

Comments (6)

bparsy-odin avatar bparsy-odin commented on May 25, 2024

I managed to get a different error:

 FAIL  src/tests/frames/useFrames.test.js
  ● useFrames() should return frames

    TypeError: makeProvider is not a function

      47 |
      48 | test("useFrames() should return frames", async () => {
    > 49 |     const {result, waitForValueToChange} = renderRestHook(() => useFrames({
         |                                            ^
      50 |         uuid: "31b0fe17-11ec-4f86-8312-8cc24201a7f2",
      51 |         setUnavailable,
      52 |         authorized: true,

      at renderRestHook (node_modules/@rest-hooks/test/dist/index.js:227:22)
      at Object.<anonymous> (src/tests/frames/useFrames.test.js:49:44)

from data-client.

ntucker avatar ntucker commented on May 25, 2024

Currently on vacation. I think as a workaround for now you could try forcing @rest-hooks/[email protected] and it will likely fix your problem.

from data-client.

ntucker avatar ntucker commented on May 25, 2024

@bparsy-odin Please try with @rest-hooks/[email protected] and tell me if this works.

from data-client.

titarch avatar titarch commented on May 25, 2024

Thanks for your answer, after some more attempts at clean reinstalls by deleting anything rest-hooks related in my yarn.lock, I ended up with a working configuration:

    "@rest-hooks/hooks": "^3.1.14",
    "@rest-hooks/legacy": "8.1.2",
    "@rest-hooks/react": "^7.4.1",
    "@rest-hooks/rest": "^6.6.3",
    "@rest-hooks/test": "^10.3.7",
    "@testing-library/react-hooks": "^8.0.1",

from data-client.

ntucker avatar ntucker commented on May 25, 2024

Good to hear it's working for you now. Just out of curiosity, why did you update @rest-hooks/react to latest but not @rest-hooks/rest?

from data-client.

titarch avatar titarch commented on May 25, 2024

I believe I followed the upgrade guide, to upgrade from version 5 to 6: https://resthooks.io/docs/upgrade/upgrading-to-6,
the upgrade command is yarn add rest-hooks@6 @rest-hooks/rest@3
and then from 6 to 7:
yarn add rest-hooks@7 @rest-hooks/react@6 @rest-hooks/redux@6 @rest-hooks/test@9

from data-client.

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.