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
Flollipop
changed the title
transform-immutable not working with transform-encrypt
transform-immutable not working with transform-encrypt (v5 issue)
Jul 4, 2018
Hi,
I facing some issues to use transform-immutable and transform-encrypt with redux-persist v5.
I managed to use transform-immutable alone.
But when I try to use encrypt with it I get some issues.
in the persist's config file:
Give an object state (immutable not working when get data from storage). It's like immutableTransform return exactly what it get from encryptor.
So it seems when writing transform-encrypt accept transform-immutable data but when reading immutable-transform does nothing.
Give an empty state after attempting rehydratation.
If found some old related issues, but seems code is not the same now.
maxdeviant/redux-persist-transform-encrypt#2
An idea where the conflict between this two package can be?
Is it relevant to update encrypt or immutable, or create an transform between this two?
Thank you for your work.
The text was updated successfully, but these errors were encountered: