-
What is the point of isError is when there is already an Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
a query has 3 states: pending, success, error. If it's in error state (the booleans are just derived from that status), error can no longer be |
Beta Was this translation helpful? Give feedback.
a query has 3 states: pending, success, error. If it's in error state (the booleans are just derived from that status), error can no longer be
null
. You can use that check or not, it's up to you