In version 3.28 ember-data changed the shape of the relationship object.
This broke the change-tracker for belongsTo relationship.
For example inverseRecordData property does not exist anymore, as well as relationshipIsStale, relationshipIsEmpty and others.
Properties itself hasn't gone just have been moved under a new structure to definition, graph, and state objects
The change has been done in this commit
warp-drive-data/warp-drive#7491
It would be great if it's addressed and a new version of ember-data-change-tracker is taking into account this change
In version 3.28 ember-data changed the shape of the relationship object.
This broke the change-tracker for belongsTo relationship.
For example
inverseRecordDataproperty does not exist anymore, as well asrelationshipIsStale,relationshipIsEmptyand others.Properties itself hasn't gone just have been moved under a new structure to definition, graph, and state objects
The change has been done in this commit
warp-drive-data/warp-drive#7491
It would be great if it's addressed and a new version of ember-data-change-tracker is taking into account this change