#Just scrolling is polluting devtools with [violation] 'setTimeout' handler took <> ms zone.js:2333 ?

2 messages · Page 1 of 1 (latest)

warm marsh
#

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?

marsh fable
#

I think this is hard to debug without a minimum reproduction repository. Could you provide one?