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
For nested properties I suppose that when there is a defined set of sub properties in the schema like:
Model.attr('obj', {
sub1: Date,
sub2: String
})
(Or another syntax given that the second argument can be used for passing options.) And then transform each sub property using a getter and a setter, for objects without a defined set of sub property I think that the only thing that you can do is using a method like markModified to be used manually.
when setting nested properties or mutating arrays
The text was updated successfully, but these errors were encountered: