RamonGebben/react-perf-tool

not using deprecated API

acateland opened this issue · 1 comments

When react-perf-tool (0.1.4) is used together with React 15.X.X the following message can be spotted inside the console.

Warning: ReactPerf.getMeasurementsSummaryMap(...) is deprecated. Use ReactPerf.getWasted(...) instead.

I will look into handeling different versions correctly. Thanks for reporting.