Alexander Bazan

Results 2 comments of Alexander Bazan

> Thanks so much for all the work you've put into this. > > It's a bit hard to review as-is because the change from 2 spaces to 4 made...

Was able to fix this by delaying measurements with `nextTick` before measureElement. Looks like vue renders items a bit later, breaking dynamic measurements. So, my measure function looks like this...