useMutationState `has no exported member named`
Hello, I'm trying to use this hook. It seems like the package still not available? or did I miss something? Thank you in advance for response. 🙂

8 Replies
quickest-silver•3y ago
are you on v5 alpha ?
exotic-emeraldOP•3y ago
Ohh nope... 😵💫 😵💫 I'm using
4.22.4 .. Apologize for that...
How do I install v5 alpha?quickest-silver•3y ago
npm install @tanstack/react-query@alphaquickest-silver•3y ago
I updated the installation guide: https://tanstack.com/query/v5/docs/react/installation
Installation | TanStack Query Docs
You can install React Query via NPM,
or a good ol' `` via
unpkg.com.
exotic-emeraldOP•3y ago
Thank you so much... :reactquery:
exotic-emeraldOP•3y ago
Hello.. I have a concern. I install reactQuery alpha version using next & trpc.. It's not working though. I attached the error. But when I downgrade it to v4. It's properly working.. Any advise on this please? Thank you so much.

quickest-silver•3y ago
trpc needs to release a version that works with v5
exotic-emeraldOP•3y ago
Well noted.. Thank you for reply...