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
I upgraded react-native from 0.43 to 0.44 and redux-persist-immutable from 4.1.0 to 4.3.0 and now a List on my reducer (e.g. List(['a', 'b']) is being rehydrated as Map({ 0: 'a', 1: 'b' }).
Uh oh!
There was an error while loading. Please reload this page.
I upgraded
react-native
from0.43
to0.44
andredux-persist-immutable
from4.1.0
to4.3.0
and now aList
on my reducer (e.g.List(['a', 'b'])
is being rehydrated asMap({ 0: 'a', 1: 'b' })
.Reproduction (reducer example)
Before rehydration
After rehydration
The text was updated successfully, but these errors were encountered: