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
Currently, initialize() inside models recreates all the variable arrays. It is not a problem, as we use model ref, and not model.var ref in trackers. But we can consider to not overwrite them - could be more optimal.