reactjs - Uncaught TypeError: Super expression must either be null or a function, not undefined in App.js:1 -


this error in react project pointing out @ :

import react, { proptypes } 'react'; 

what doing wrong? using react v15.0.2.

note: following cory house course react , redux application.

i unable solve error out 2 days.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -