Your error stack trace seems to come from something else ...
First of all, you first need to call Perf.stop() , and then try calling printInclusive() . He will not print anything on the page, he must spit out a beautiful table in the browser console.
However, the easiest way to try Perf Tools is to open your browser console and manually window.React.addons.Perf.start(); followed by your actions, and ultimately window.React.addons.Perf.stop(); and window.React.addons.Perf.printExclusive(); or any other API that you use.
source share