not using deprecated API
acateland opened this issue · 1 comments
acateland commented
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.
RamonGebben commented
I will look into handeling different versions correctly. Thanks for reporting.