I have a page where I am rendering a simple component that only has ag-grid tree data with rowGroupSticky:true. (not sure if this extra info is needed for this question).
no fancy or complex functions are in that component (yet).
but just scrolling the ag-grid or the page is polluting and bombarding my devtools console with
[Violation] 'setTimeout' handler took <n>ms zone.js:2333
I don't have settimeout anywhere else in my app either. So why is just scrolling causing so many violation settimeout?