Getting non object when using useIsMutating #2572
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 2 comments
-
Is this the same as: #2535 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes. resolved. my apologies for not searching before. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hellow, im trying to use the useIsMutating hook.
NOt doing anything but importing at the top of the file
import { useIsMutating } from "react-query";
then using
const isMutatingDoor = useIsMutating();
Gettting an Error thrown with a non object type.....
am i doing anything woring.... is that still supported ?
Beta Was this translation helpful? Give feedback.
All reactions