redux-persist
redux-persist copied to clipboard
Deserialize key missing in config types
A workaround:
...{
// Workaround for missing type (https://github.com/rt2zz/redux-persist/issues/1443).
deserialize: false,
},