sgnix
sgnix
I have the same problem and I can attest that this is a real bug. The `rv-each-*` binding always removes the last element from the collection, instead of the element...
@Leeds-eBooks I am using a list of objects. Digging more into the code, it looks like after the excess elements are removed (popped from the end of the list), the...
I figured out what the problem is. I don't know if it's an issue at all or if it's expected behavior. When handling collections of objects via `rv-each-*`, it **does**...
@Duder-onomy Thanks for the reply! I suspected that what I'm observing is expected behavior rather than a bug. It would save many hours of debugging for someone if it was...