Closed
Description
There seems to be a bug in 1.3.3 that renders the bench, even when there aren't enough items. For instance, we use a virtual list with "remain" set to 3 and "bench" at its default value. "itemcount" is 3 as well. Still "itemprops" is called for indices 0 through 5, instead of 0 through 2. Setting "bench" to 0 doesn't change anything.
This results in Vue errors in our items, because their properties contained illegal values.
After downgrading to 1.3.2, everything worked as normal.