After migration to React 15.1.0 I noticed that my application is running slower than usual. Quick debug with Chrome profiler shows that method purgeUnmountedComponents from ReactComponentTreeDevtool eats around 30% of my application time. On every mouse move or click method iterates over huge amount of elements. I don't know if that behaviour is desirable.

After migration to React 15.1.0 I noticed that my application is running slower than usual. Quick debug with Chrome profiler shows that method
purgeUnmountedComponentsfromReactComponentTreeDevtooleats around 30% of my application time. On every mouse move or click method iterates over huge amount of elements. I don't know if that behaviour is desirable.