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 Mar 10, 2021. It is now read-only.
Per #8 v5 has added first class migration support. We should be providing support for this in this plugin as it's the preferred way of purging state when updating reducers.
The text was updated successfully, but these errors were encountered:
@ryanlntn Hi I’m trying to get migrations to work. When I update the reducerVersion the createMigrate keeps logging “versions match, noop migration”. I suspect the version always stays at -1.
Also, when entering a number as reducerVersion the app crashes as it expects a string. How does this map to the default reducer version of -1, which is a number?
Edit: I have added the version property to the REDUX_PERSIST.storeConfig object. That was missing from the ignite template. I think I got it working now, but the original reducerVersion and logic is no longer needed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per #8 v5 has added first class migration support. We should be providing support for this in this plugin as it's the preferred way of purging state when updating reducers.
The text was updated successfully, but these errors were encountered: