React Redux Persist is rehydrating, but no stored data is retrieved, instead, default
问题 I've been struggling with this problem for two days, so I need help! I have a React web in wich i've added Redux Persist (also Redux Saga for handling requests) as the documentation said. I'm testing with a store that doesn't have any saga in the middle, when I trigger an action, the data is updated, I can see it in the Debugger, but when i refresh, despite the Redux Hydrate process runs, that value goes back to the default one. store.js import { createStore, applyMiddleware, compose } from