redux-persist
redux-persist copied to clipboard
Redux persist giving previous state response or initial state response even after providing proper details
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.