Open Sunjammer opened 7 years ago
You don't need to constraint Limit
on your own, Each
will not inlucde more items than it has.
This doesn't happen on fuselibs/master, it behaves like you'd expect. There is just a minor issue of it pushing the stack forward one as you exceed 10 Offset, but this might be from the JS code itself.
Where are you seeing this issue?
This was in public Fuse 1.3.2, i'll try the latest release
Yep, happens in 1.4 public as well
Leaving Limit hard coded to 10 changes nothing, once the offset exceeds 10 elements are no longer removed.
Are you viewing in Preview?
Yes
Then this is likely due to one of the many corner-cases around previews template-handling.
Happens in release build for android too
Fuse 1.3.2
In this example I'm expecting the stack to shorten as the offset approaches the end and the limit decreases. Instead I get this and I don't understand why: