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
I'm seeing an issue where when something gets filtered out of the filtered collection (because of filter/watched), and then is later added back to the filtered collection, regardless of where it was in the order before, it gets put at the beginning (index 0) of the filtered collection. Is this known and you just have to set up a comparator to match the order with the parent collection?
The text was updated successfully, but these errors were encountered:
This is not known and is probably due to some disconnect between the assumptions being made between what events we will get from collection. Got an example of this so we can debug it?
I'm seeing an issue where when something gets filtered out of the filtered collection (because of
filter
/watched
), and then is later added back to the filtered collection, regardless of where it was in the order before, it gets put at the beginning (index 0) of the filtered collection. Is this known and you just have to set up a comparator to match the order with the parent collection?The text was updated successfully, but these errors were encountered: