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
At some point in my application, I set a property on a lazy model, and it complains that you cannot delegate set to content because there's no content yet (as would any Ember object proxy would complain).
I would find it great that lazy models in that case could take the set property anyway and merge it later with the loaded model without complaining.
However this is not urgent at all :)
The text was updated successfully, but these errors were encountered:
This is a feature request.
At some point in my application, I set a property on a lazy model, and it complains that you cannot delegate set to content because there's no content yet (as would any Ember object proxy would complain).
I would find it great that lazy models in that case could take the set property anyway and merge it later with the loaded model without complaining.
However this is not urgent at all :)
The text was updated successfully, but these errors were encountered: