I have weird issue with Angular CDK Virtual Scroll. I have implemented a virtual scroll and during scrolling this below error occurs in random time:
I have tried to use this properties but do not work for me
itemSize="50" minBufferPx="100" maxBufferPx="1000"
Libs verions:
"@angular/cdk": "14.2.7",
"@angular/material": "14.2.7",
No errors. Questions: Why it happens?