I have a web page with some elements and Ant.design slider
. My slider values are controlled via React states. When the slider tooltip is turn on, the slider is very slow to react and in the console I see:
[Violation] Forced reflow while executing Javascript took ...
When the slider tooltip is turned off, the slider speed is back to normal; and the console message only appears when I hover the mouse over the slider handle (without moving the handle).
How can I fix this [Violation] Forced reflow
error in tooltip?
Thanks' in advance!
imwheel
? If yes, can you try disabling that and see if the violations are still there. – Glyphography