You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is on Ember 3.14 and since updating to the latest ember-data-change-tracker version (0.10.1).
The config/environment.js uses the following configuration for this addon:
Problem: the model event method ready no longer fires after creating a new model in the store.
The recently merged PR #87 removes the calls to this._super in the ready method. Can this be the issue?
Or is there any other configuration needed to make things work with the latest addon?
The text was updated successfully, but these errors were encountered:
Not sure @pythonquick, if you want to fix things, might have to dig in and do it yourself, because I went to the land of clojure and have not returned.
My application is on Ember 3.14 and since updating to the latest
ember-data-change-tracker
version (0.10.1).The
config/environment.js
uses the following configuration for this addon:Problem: the model event method
ready
no longer fires after creating a new model in the store.The recently merged PR #87 removes the calls to
this._super
in theready
method. Can this be the issue?Or is there any other configuration needed to make things work with the latest addon?
The text was updated successfully, but these errors were encountered: