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
Your State is just a simple immutable data object, using one of the structures available from the Immutable library. Consider using a Record, which enforces a a specific set of allowed keys and has default values.