标签: ember.js ember-data
灰烬检查员显示正确的用户,但
user: Ember.computed(function(){ let uid = this.get('user_id'); //the correct ID return this.store.peekRecord('user', uid); }),
返回null。这可能与在模型钩子之外尝试此调用有关吗?真的坚持这个!
非常感谢!
编辑: torazaburo解决了问题here。这是承诺的问题。