Giter VIP home page Giter VIP logo

Comments (3)

alan2207 avatar alan2207 commented on July 16, 2024

It was caused by a newer react-query version: TanStack/query#2753
The issue has been resolved with this commit: 32ed545
Thanks for reporting.

from bulletproof-react.

diegods-ferreira avatar diegods-ferreira commented on July 16, 2024

I'm having a problem that looks like this one, but I'm now using React Query V4...

No overload matches this call.
  The last overload gave the following error.
    Argument of type '{ mutationFn: ({ data }: UpdateUserDTO) => Promise<AuthUser>; context?: React.Context<QueryClient | undefined> | undefined; ... 10 more ...; meta?: MutationMeta | undefined; }' is not assignable to parameter of type 'MutationKey'.
      Object literal may only specify known properties, and 'mutationFn' does not exist in type 'readonly unknown[]'.ts(2769)
useMutation.d.ts(6, 25): The last overload is declared here.

I wasn't able to fix it yet =/

from bulletproof-react.

geoff-harper avatar geoff-harper commented on July 16, 2024

PromiseValue was removed in type-fest v3

sindresorhus/type-fest@28f3e48

You can now use the built in Awaited type in the react-query lib file

from bulletproof-react.

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.