[Violation] Forced reflow while executing JavaScript took 32ms

I am getting this annoying warning on a pretty basic solid.js web application. It has a bunch of lists rendered and nothing else fancy. How do I resolve this warning, or debug where the issue happens. Because I removed parts of the application to see where it happens, but I am even more confused now.
1 Reply
Alex Lohr
Alex Lohr2w ago
Please show us the code if possible. Otherwise, all we can do is guessing that you are doing mutliple non-batched updates to your state.

Did you find this page helpful?