This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Description
I'm getting the following React error when running yarn run start
Failed to compile.
./src/index.js
29:86-99 'redux-persist' does not contain an export named 'autoRehydrate'.
I'll dig into it more, but my off-the-cuff idea is that redux-persist package changed it's exports in a particular version, and the package.json in this repo is being too version-greedy (aka, need to lock the version).