I got an error while doing this process .. can anyone know this ??
installed npm install --save-dev react-addons-perf
when iam importing this lib into index.js file
import Perf from '../../../../node_modules/react-addons-perf';
window.Perf = Perf;
im getting the error called::::
Module not found: Can't resolve 'react-dom/lib/ReactPerf' in 'C:\Users\node_modules\react-addons-perf'
source
share