这个Ember Exception意味着什么?

时间:2013-03-26 19:19:03

标签: exception ember.js ember-data

创建新记录/模型时出现以下错误:

Uncaught Error: Attempted to handle event `willSetProperty` on <App.NewsItem:ember361:null> while in state rootState.loaded.created.inFlight. Called with {reference: [object Object], store: <App.Store:ember299>, name: bodyHTML}

这是什么意思?

2 个答案:

答案 0 :(得分:1)

似乎是由应用程序在保存(App.NewsItem)时在类型为rootState.loaded.created.inFlight的模型的实例上更新属性(称为“bodyHTML”)引起的。我不知道为什么我收到了关于创作的错误。

答案 1 :(得分:0)

似乎要么修改现有的脏对象,要么尝试将某些属性设置为undefined

  

http://coryforsyth.com/2013/06/10/the-willsetproperty-gotcha-in-ember-data-understanding-the-state-machine/