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

Uncaught TypeError: Cannot read property 'Component' of undefined

Open vipulgoyal112 opened this issue 9 years ago • 1 comments

in code 335 line (_react.Component); shows a problem.

should i need to include any other dependencies? pls suggest.

vipulgoyal112 avatar Nov 24 '16 10:11 vipulgoyal112

You should install React.js (npm i react --save), and use it in react components.

swenyang avatar Nov 24 '16 12:11 swenyang