I am using redux-persist 5.5.0
When I debug my react native app,
Error say \"autoRehydrate is not a function\"
my source code here, give me help please
If using the above method, the error: Object(...) is not a function comes then try using:
const store = createStore(
persistedReducer,
applyMiddleware(thunk ,logger)
);