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
We are not correctly handling class clusters when we check an object type. We must use isKindOf: (as we are doind now) and check class clusters classes. We could do something like JSONModel pod does.
We are not correctly handling class clusters when we check an object type. We must use
isKindOf:(as we are doind now) and check class clusters classes. We could do something like JSONModel pod does.