_I'm using a clr-datagrid with angular 9.rc-10 (upgranding) and using ngrx, I noticed that when we cancel the changes made to the data in the row, the new state is appended to the datagrid instead of replacing it. My code worked just fine on angular 8 (before the upgrade).
If I change the properties manually one by one it updates, but once I change the whole object, it's appended._
Steps to reproduce the behavior:
_The original value(s) should be retrieved reseting the state._
App
Device:
This is an issue with the changes in Ivy, which are fixed in the open PR for #4232
still happening with
"@angular/core": "~9.0.1",
"@clr/ui": "^3.0.0-next.8",
is it already integrated?
Did you also update @clr/angular? I updated your demo and don't see an issue.
https://stackblitz.com/edit/angular-mctp7y?file=package.json
Closing as resolved, please reopen if you can identify or reproduce the issue again.
thanks for the support @gnomeontherun!
Hi there 馃憢, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.
Most helpful comment
This is an issue with the changes in Ivy, which are fixed in the open PR for #4232