rt2zz / redux-persist

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

Choose which state value reset when reload page? #1331

Open kien-pham opened 2 years ago

kien-pham commented 2 years ago

Hi,

I'm working with modal, I set state when modal open, status is active. But when I reload page, the modal is still open there. I want only modal state value change when reload. Is it possible? How do do that?

Thank you