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
self.controlVM.rowCss is being called with a control object that still has observables as props instead of raw values. ControlViewModel.rowCss doesn't expect that however. The solution is to unpack the observable before handing it to ControlViewModel.rowCss.