The debugging option "Highlight Updates" was regrettably removed in the new version 4.0.5 (8/19/2019). This option was an essential component for my daily working process to indicate rerender issue instantly.
I know there's an optimized Profiler available, but I still would like to keep an eye on the rerender during the working process.
So, are there any alternatives available, which provide the same functionality (displaying a rectangle on the (re)rendered components? Or is there a way to downgrade the react devTools?
I already searched for a way to downgrade react devTools or a alternative npm package, which provides the same functionality; unfortunately without any success.