rt2zz / redux-persist

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

Redux persist giving previous state response or initial state response even after providing proper details #1409

Open gani419 opened 1 year ago

gani419 commented 1 year ago

Hi, I'm using redux persist to connect to an api call and get the response. But I'm getting the initial response for first time. If I click on button to connect to api, I'm getting the previous api response what I got. I'm getting proper response in action but not giving previous response in component.

can someone help me with this.