RamonGebben/react-perf-tool

Does not work with React 16

Closed this issue · 2 comments

I get the error:

./node_modules/react-addons-perf/index.js
Module not found: Can't resolve 'react-dom/lib/ReactPerf' in '/Users/yann/git/PayFit/hr-apps/node_modules/react-addons-perf'

This is because, as stated in the docs, react-addons-perf is not supported with React 16:

Note:
As of React 16, react-addons-perf is not supported. Please use your browser’s profiling tools to get insight into which components re-render.

I'll look into it. Thanks for reporting

From this blogpost you can learn that addons which drive this package are no longer supported.

In response to that I'm deprecating this package.