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
Calling rollbackAttributes on a new record no longer removes it from relationships on other (newly created) records. If you then also call rollbackAttributes on the other record a Expected a stable identifier exception is thrown because EmberData tries to unload the related record (that was already unloaded).
This started happening after updating to EmberData v4.7+.
Versions
Run the following command and paste the output below: pnpm list ember-source && pnpm list ember-cli && pnpm list --pattern ember-data.
Reproduction
Description
Calling
rollbackAttributes
on a new record no longer removes it from relationships on other (newly created) records. If you then also callrollbackAttributes
on the other record aExpected a stable identifier
exception is thrown because EmberData tries to unload the related record (that was already unloaded).This started happening after updating to EmberData v4.7+.
Versions
Run the following command and paste the output below:
pnpm list ember-source && pnpm list ember-cli && pnpm list --pattern ember-data
.cli output
The text was updated successfully, but these errors were encountered: