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
In function parseLitOrPropExpr, I've noticed that if dataType is undefined breeze defines the resulting literal expression as having DataType.String. Shouldn't it do the same thing if dataType is DataType.Undefined?