redux-persist-immutable
redux-persist-immutable copied to clipboard
getStoredState returns transit format string
trafficstars
Is it possible to have getStoredState return an restored immutable version of the stored state?
At the moment it's just an unwrapped version of the original getStoredState so it returns the raw transit format string.
yes this is a bug, thanks for finding! just released v4.1.0 with fix