There is an issue when working with react v17, the imported "PropTypes" is undefined. Solution is to change the import to this: ``` import PropTypes from 'prop-types'; ```
There is an issue when working with react v17, the imported "PropTypes" is undefined.
Solution is to change the import to this: