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
The problem is that for traits, one cannot call this.copy().
Possible solution: create methods for copying on the Module level (after, for example, StateModule.createInitialState()), which are then called from inside the State.
The problem is that for traits, one cannot call this.copy().
Possible solution: create methods for copying on the Module level (after, for example, StateModule.createInitialState()), which are then called from inside the State.