Does anyone have a problem with staleTime: Infinity in react native app? #7568
Answered
by
TkDodo
stevan-borus
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Jun 21, 2024
Replies: 1 comment 1 reply
-
where are those screenshots coming from? Could it be that whatever shows you this just cannot serialize So I don't think it really is null - it's just shown as null. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stevan-borus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
where are those screenshots coming from? Could it be that whatever shows you this just cannot serialize
Infinity
correctly and just shows null? I mean it's what you get when you doJSON.stringify
:So I don't think it really is null - it's just shown as null.