Replies: 1 comment
-
you can read previous data inside the
|
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.
-
Hello,
I guess, I found a issue that is blocking my current "task".
What I want to achieve?
/form
page and he fetches data ( that I shared below )isCompleted
is set to true, we want to showYou completed form!
text - BUT ONLY, WHEN previous data was0.5
.So.. how can I find out if the previous percent value was 0.5? I may invalidate that query in other screens as well.
I tried with
getQueryData
,getQueryCache
, but these values are always the same asdata
:( Is there any solution for that?Beta Was this translation helpful? Give feedback.
All reactions