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
When checking items while in a filtered view (ie. "active"), an action that would get an item filtered out sometimes brings back a different item instead.
I didn't investigate further, but this looks like an index or possibly event binding mismatch.
How to reproduce:
Insert items 1, 2, 3
Switch to "active" filter
Check "1"
Check "2"
Watch as checking "2" brings item "1" back.
The text was updated successfully, but these errors were encountered:
I actually should just be checking that in a if statement, because the id parameter is married to the list entry's iteration in the loop. Hence you're toggling the 0th entry each time, but in the true list, not the visible one.
When checking items while in a filtered view (ie. "active"), an action that would get an item filtered out sometimes brings back a different item instead.
I didn't investigate further, but this looks like an index or possibly event binding mismatch.
How to reproduce:
The text was updated successfully, but these errors were encountered: