We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure this is an issue with this package or with https://github.com/rt2zz/redux-persist-immutable (that uses this package), so I'm posting on both. cc @rt2zz
I use redux, and List or Set is being rehydrated as objects.
List
Set
return Map({ test1: List(['a', 'b', Math.random()]), test2: Set(['a', 'b', Math.random()]), })
The text was updated successfully, but these errors were encountered:
Must be a duplicate of #32
See comments for solutions
Sorry, something went wrong.
Thanks @nkbt it was indeed a duplicate! Posted my fix here, to the ones using react-native: facebook/react-native#13746 (comment)
No branches or pull requests
I'm not sure this is an issue with this package or with https://github.com/rt2zz/redux-persist-immutable (that uses this package), so I'm posting on both. cc @rt2zz
I use redux, and
List
orSet
is being rehydrated as objects.Reproduction (reducer example)
Before rehydration
After rehydration
The text was updated successfully, but these errors were encountered: