hitchcocknz

Results 1 comments of hitchcocknz

import PropTypes from 'prop-types'; is the correct import statement. Have you ensured the "prop-types" module was installed i.e. npm install --save prop-types. When I modified the code most of it...