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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -