I find myself getting into a state where I can't scroll to see more items in a page even when I know there should be more items, i.e. this button fails to appear when I scroll to the bottom of the page.
Refreshing the page or closing and reopening the page doesn't properly reset this state. However, going into the page's storage and deleting the REACT_QUERY_OFFLINE_CACHE key does reset it.
I find myself getting into a state where I can't scroll to see more items in a page even when I know there should be more items, i.e. this button fails to appear when I scroll to the bottom of the page.
Refreshing the page or closing and reopening the page doesn't properly reset this state. However, going into the page's storage and deleting the
REACT_QUERY_OFFLINE_CACHE
key does reset it.