react-scrollbars icon indicating copy to clipboard operation
react-scrollbars copied to clipboard

Dynamic page loading failed Error: Cannot find module "react/addons"

Open yummyelin opened this issue 7 years ago • 0 comments

Anyone have idea of this issue?

Using ES6: import { ScrollbarWrapper } from 'react-scrollbars';, Installed react-addons-test-utils, Installed react-addons, Updated in webpack config:

webpack: {
  ...
  externals: {
      ...
      'react/addons': true,
   },
},

Still no luck :(

yummyelin avatar Jul 07 '17 17:07 yummyelin