Violation Forced reflow while executing Javascript in console when tooltip appear on slider handle Violation Forced reflow while executing Javascript in console when tooltip appear on slider handle reactjs reactjs

Violation Forced reflow while executing Javascript in console when tooltip appear on slider handle


Slider with tooltip is a standard feature that normally works well, so chances are you have some performance issue in your code.

See the accepted answer to Violation Long running JavaScript task took xx ms for some useful tips on how to locate problems.

For more detailed help you need to post your code, preferably as an executable example.