Ember.js 更新余烬数据模型

Ember.js 更新余烬数据模型,ember.js,ember-data,Ember.js,Ember Data,我正在尝试使用如下()的余烬数据更新我的模型: 我在Chrome中发现以下错误: Uncaught Error: Attempted to handle event `didCommit` on <App.Post:ember226:1> while in state rootState.loaded.updated.uncommitted. Called with undefined Uncaught错误:试图在状态为rootState.loaded.updated.uncomm

我正在尝试使用如下()的余烬数据更新我的模型:

我在Chrome中发现以下错误:

Uncaught Error: Attempted to handle event `didCommit` on <App.Post:ember226:1> while in state rootState.loaded.updated.uncommitted. Called with undefined
Uncaught错误:试图在状态为rootState.loaded.updated.uncommitted时处理事件'didCommit'。用未定义的

是否有问题或这是一个错误?

我无法用最新版本的余烬数据重现此错误。你能尝试更新余烬数据吗?它可以更新余烬数据:)我也有同样的问题。我目前正在使用r12的余烬数据,这不是最新的吗?这是我正在使用的代码。
Uncaught Error: Attempted to handle event `didCommit` on <App.Post:ember226:1> while in state rootState.loaded.updated.uncommitted. Called with undefined