init
event fires before leaving empty state
#4509
Labels
🏷️ bug
This PR primarily fixes a reported issue
init
event fires before leaving empty state
#4509
Consider the following model definition:
In this example, we have two properties that are
DS.attr
's. We havepropSetFromObservingTitle
because we basically want a computed property that also gets serialized to the server.This code works with normal ember objects, but when we run the following code:
We get the following exception:
Example on Ember Twiddle: https://ember-twiddle.com/415538f55bbaa01ca95067ec0e890d43?openFiles=models.post.js%2C
The text was updated successfully, but these errors were encountered: