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
If I make an assignment directly to an object property inside an event handler block inside a loop, the reactivity system doesn't update the page. If I assign to items[i].foo, reactivity does work.