-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autotracking regression in combination with ember-data-model-fragments & Ember 3.28 #109
Comments
Reproduction app here: https://github.com/pjcarly/autotracking-regression-repro |
Hi @pjcarly , did you ever find a workaround for this? I'm running into the same error reported in the issue you linked above while attempting to upgrade my ember application from 3.24 to 3.28. |
I am sorry but no, in the end we stopped using ember-data-change-tracker because of this. |
May I ask, did you find a replacement library? Or did you have to do a refactor to mimic what ember-data-change-tracker does? |
The last, we refactored our code to mimic this addon's behaviour, but also combined with upgrading Ember Data in order to benefit from changes in ED itself which also manage changes better. |
I appreciate the responses, thank you @pjcarly |
I came across an autotracking regression in Ember 3.28. And after a long investigation it appears that the combination of this addon, together with
ember-data-model-fragments
causes the error.An issue has been logged there as well:
adopted-ember-addons/ember-data-model-fragments#427
The text was updated successfully, but these errors were encountered: