minhtranite / react-modal-bootstrap

Modal component for React with bootstrap style.
https://www.npmjs.com/package/react-modal-bootstrap
36 stars 15 forks source link

Warning: Accessing PropTypes via the main React package is deprecated #13

Open GitShaffi opened 7 years ago

GitShaffi commented 7 years ago

Getting the above warning in 'react-modal-bootstrap'. Please upgrade the react library and import right propTypes.

GitShaffi commented 7 years ago

Also I get the below warning, this one as well is because of react version. Warning: Style: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.