rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.91k stars 862 forks source link

redux persist actions reset to default data after the page reload. #1393

Closed rezabahri80 closed 2 years ago

rezabahri80 commented 2 years ago

I'm using redux-toolkit, react-redux and redux-persist and my actions reset to the previous data after page reload. I'm using redux for my pagination and when i want to change the page and go to page 4 from page 2, redux is going to page 2 and actions get reset to the previous data that i had before page get reload.