isError always set to False, react query with axios
https://stackoverflow.com/questions/75473101/react-query-always-returning-iserror-as-false
Can someone help pointing to a proper example
Stack Overflow
React Query always returning isError as False
We are using Axios along with react query. Can someone point me to correct example, so that all the react query keys like isError, isSuccess is properly set. As, I read through other answers, the c...
1 Reply
continuing-cyan•3y ago
What does
someFunction(id|| '') do in your example? Can you include the code of that?