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
This may or may not be useful to anyone: I use redux and my state is not serializable but my actions are. I serialize the actions and then use them to recreate the state.
Well serializers code is not specific to Redux state. It is about serializing anything you pass. If your actions contain, for example, JS Date in payload you will be affected by this issue too.
Possible alternatives
The text was updated successfully, but these errors were encountered: