I am using latest version of next.js app router and i have a client component where I am using zustand for state management and when i am interacting and setting some state and navigate to other page and come back to same page the state is persisted. I don’t want that is there any solution for that.
I am using Next.js component for nav links btw.
And also I am using normal zustand not persist middleware to store it in localStorage.