创建新记录/模型时出现以下错误:
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}
这是什么意思?
答案 0 :(得分:1)
似乎是由应用程序在保存(App.NewsItem
)时在类型为rootState.loaded.created.inFlight
的模型的实例上更新属性(称为“bodyHTML”)引起的。我不知道为什么我收到了关于创作的错误。
答案 1 :(得分:0)
似乎要么修改现有的脏对象,要么尝试将某些属性设置为undefined
见