-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve view model list equality checks #4491
base: main
Are you sure you want to change the base?
Improve view model list equality checks #4491
Conversation
cfadf17
to
26401da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
starting a poll is creating too many autoupdate updates (several in a second)
The state change from the change recommendations and the amendments work fine with this
describe(`viewModelListEqual`, () => { | ||
const els: any[] = [ | ||
{ viewModelUpdateTimestamp: 1234, id: 1 }, | ||
{ viewModelUpdateTimestamp: 1235, id: 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
els[1] not used in test, please remove it
resolves #4303
Please check if #4303 is still fixed with this. This now also fixes potential errors with change recommendations not being updated.