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 was archived by the owner on Nov 29, 2018. It is now read-only.
Apologies if this is deemed a duplicate issue, but I felt my case was different enough from some of the other similar issues people were experiencing.
I have a strange issue. I am using redux-storage to store to the device in react-native. In attempting to save some data in a large ImmutableJS object, I can create a reducer and query for the data on action REDUX_STORAGE_SAVE which looks like this:
The change to that data is the additions of the status_set property. After saving, if I continue to do things in the app, the state remains as reflected above.
If I then reload the application, it loads data from storage storageEngine.load(store) I get:
[ { id: 49, status: 'COMPLETE' } ]
To further confuse, if I change the status in this example so on REDUX_STORAGE_SAVE it looks like: