elimb
Results
2
comments of
elimb
I had the same issue in my angular project. resolved with ` "fs": false` in browser entry in package.json
For me this repeatedly happened when: virtualization is true and vertical scroll position is not 0 and `tableElem.rows` property is update (e.g server sort) My workaround is to call `setTimeout(()=>{...