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
And then call Store#clear() the state is set to the default getInitalState() and not new Immutable.List. I'm currently using getInitialState in my ES6 classes as workaround.
The text was updated successfully, but these errors were encountered:
When I set the initial state via ES6 class constructor:
And then call Store#clear() the state is set to the default
getInitalState()
and notnew Immutable.List
. I'm currently usinggetInitialState
in my ES6 classes as workaround.The text was updated successfully, but these errors were encountered: