Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.27k stars 885 forks source link

Cannot read property '0' of undefined #782

Closed HarveyLee1228 closed 1 year ago

HarveyLee1228 commented 1 year ago

Describe the bug

This happens at the 57 line in DynamicScroller.vue, when calles the entry.borderBoxSize[0]. borderBoxSize is undefined

Reproduction

Use version >= 2.0.0 beta.5

<DynamicScroller :items="couponItems" :min-item-size="115" keyField="couponId" class="scroller"

System Info

mac electron

Used Package Manager

yarn

Validations