Akryum / vue-virtual-scroller

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

Vue2 Scroll break DOMException: Failed to execute 'insertBefore' on 'Node' #826

Open nongtiny opened 10 months ago

nongtiny commented 10 months ago

Describe the bug

I'm using RecycleScroller. This is how I set it up.

image

I face this error. It only happens when items are too much for this case (1000++)

image

Screen record

ezgif-3-a2ea8fa871 age](https://github.com/Akryum/vue-virtual-scroller/assets/21060275/d3640d71-81aa-4ba1-9be6-b33a664a7a42)

Reproduction

Test URL

https://147-euromaster-showroom.hosting.jfnet.de/de/tyres/details?matchcode=2055516&minStock=4&hash=26bb9f480eda52bf83fe24a944fa97fe92ad53d289129057b322d4e4325a74a2

System Info

Node 14

"vue": "^2.6.11",
"vue-virtual-scroller": "^1.1.2",

Used Package Manager

yarn

Validations