You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Update: Downgrading redux-persist to 4.10.2 (the latest 4.x release) appears to fix the issue. The downside is that that release is ~1 year old at this point and doesn't take advantage of some of the newer features.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting the following React error when running
yarn run start
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 thepackage.json
in this repo is being too version-greedy (aka, need to lock the version).The text was updated successfully, but these errors were encountered: