How to reset cache after navigating to a new page
I am using useSimpleList to fetch some data. When I navigate to a new page using useNavigation hook from refine, and then come back to the original page, I want the useSimpleList to be updated but it keeps with the old data
