10

Did they remove the ability to highlight updates in React Dev Tools V4? I can't seem to find it anywhere. I do miss it so.

You know, this thing? enter image description here

Kevin Wang
  • 644
  • 1
  • 8
  • 20
Galupuf
  • 2,827
  • 1
  • 12
  • 29

2 Answers2

5

Highlight updates has been released in React Dev Tools V4

https://github.com/facebook/react/pull/16989

Kevin Wang
  • 644
  • 1
  • 8
  • 20
3

The honest answer is we didn't quite have the time to implement it, and didn't consider it important enough to block all the other features from releasing.

You can read more about if they're going to implement it again here:

https://github.com/facebook/react/issues/16437

Galupuf
  • 2,827
  • 1
  • 12
  • 29