knockout / knockout

Knockout makes it easier to create rich, responsive UIs with JavaScript
http://knockoutjs.com/
Other
10.43k stars 1.52k forks source link

knockout.js 3.5 not working with ratelimit and arrayChange for same element #2597

Closed cblaze22 closed 1 year ago

cblaze22 commented 1 year ago

Any help on this answer?

https://stackoverflow.com/questions/73307951/knockout-js-3-5-not-working-with-ratelimit-and-arraychange-for-1-element

mbest commented 1 year ago

The SO answer is correct. If you make a change to an array and then immediately undo it, the change detection will see that nothing changed and won't notify the subscribers.