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
My impression it that most of the problems we have had with state manipulation is present since #329 and is caused by CachedState not implementing Clone.
Now there are 2 properties with similar functionality:
state -> (state, historic_state)
pending_state -> (state, historic_state)
Needs to be refactored
The text was updated successfully, but these errors were encountered: