-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
- I start with a base array of 5 items
- Then I add 150 items at index 2 with array.slice
- Then I remove those 150 items with array.slice
- I only have 4 items left in my view, however if I check the view model with AureliaContext extension for chrome I see that my array contains 5 items
- Worst, if I re-do step 2 and 3, I lose items in my view each time. At some point I got this javascript error
note: I don't have the problem when I add/remove smaller number of items at a time.
