rt2zz / redux-persist

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

state is null #1460

Open zhanglp520 opened 6 months ago

zhanglp520 commented 6 months ago

After using the plugin redux persist, it causes the redux state to be null

version: "react-redux": "^8.1.3", "@reduxjs/toolkit": "^1.9.7", "redux-persist": "^6.0.0",

zhanglp520 commented 6 months ago

image