Eyüp Atiş
Eyüp Atiş
We were using Ember 3.15 in one of our projects and `ember-data-change-tracker` was working perfectly. When we upgraded our application to Ember 3.28(LTS) version, the addon stopped tracking the changes...
fixes #186
This problem is occuring when you are using `ember-cli-rails` on a Rails project that has Jquery already. Also with [@ember/optinal-features](https://www.npmjs.com/package/@ember/optional-features) package, Jquery is an optional dependency for Ember projects, so...