I previously used the react-addons-perf package to measure various things like wasted renders via Perf.printWasted(). Unfortunately, this package was retired in React 16 in favor of Chrome's Performance tab which doesn't have equivalent tools.
I'm aware of why-did-you-update, but this isn't exactly the same.
Is there any way in React 16 to measure wasted renders?