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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -