簡體   English   中英

這個灰燼異常意味着什么?

[英]What Does This Ember Exception Mean?

創建新記錄/模型時出現以下錯誤:

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}

這是什么意思?

似乎是由應用程序上類型的模型的實例更新屬性(稱為“bodyHTML”)引起App.NewsItem正在保存它( rootState.loaded.created.inFlight )。 我不知道為什么我會在創建時收到錯誤消息。

似乎您正在修改現有的臟對象,或者您嘗試將某些屬性設置為undefined

看到

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM