Akryum / vue-virtual-scroller

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

Vue infinite loop when using Dynamic Scroller #626

Closed kas84 closed 3 years ago

kas84 commented 3 years ago

Hi,

I am using Dynamic Scroller and getting the following error when scrolling too fast:

vue.js:634 [Vue warn]: You may have an infinite update loop in a component render function.

I am using a computed property :style="getHeight" to calculate height on the item element since the elements rendered inside this element have an absolute positioning.

The warning part wouldn't be annoying if it didn't fail to render it correctly.

Any ideas?

Regards,

kas84 commented 3 years ago

Never mind. I was doing a sort on an array that was causing this infinite loop.