I use an hasMany async relationship like post hasMany('comment', {async: true})
. As soon as i call comments in my template or controller , wether I use the promise or not , this error is thrown Uncaught Error: Attempted to handle event
loadingDataon <(subclass of DS.Model):ember1186:814> while in state root.loading.
. has anyone seen it before in this case ? I’m Using Ember-data-1.0.0-beta.6
Cheers