I am beginner with React, do not know how to fix this, to get my first app up and running:
TypeError: undefined is not an object (evaluating 'react__WEBPACK_IMPORTED_MODULE_0__["PropTypes"].func')
Following this tutorial: Lynda - Building and Deploying a Full-Stack React Application. Googled the error message. I tried to add this line: import PropTypes from 'prop-types'; Apparently it did not help.

