Replies: 1 comment 4 replies
-
in this example sandbox, there is a
you will see I did that here: https://codesandbox.io/s/awesome-shannon-o5fnn?file=/pages/index.js |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am trying to get desired results similar to this - #1453
The resolution to this was to use isPreviousData combined with isFetching, though isPreviousData doesn't always seem to be true when getting data from the cache. In this example, https://codesandbox.io/s/frosty-faraday-zz7pv?file=/pages/index.js is there a reason why isPreviousData is false when going back to the previous page?
Beta Was this translation helpful? Give feedback.
All reactions