Open
Description
Presently, the callbacks passed to iterators receive only one argument: vnode.
It'd be very helpful if these all received the standard Javascript arguments, namely: (item, index, array)
One usage example might be for addProps where you might want to conditionally apply a prop dependent on where it is in the array.