themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

React Bootstrap deps throwing React errors in browser console #251

Open domgolonka opened 7 years ago

domgolonka commented 7 years ago

I am using a fresh install of meteorchef/base.

printer.js:170 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

printer.js:170 Warning: Portal: 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.

themeteorchef commented 7 years ago

Thanks for reporting. This is a known issue coming from the React Bootstrap package. It has some dependencies that haven't been updated yet which are throwing the errors. All of the components in Base have been updated to meet these requirements. Keeping a watch on the RB package to see when a patch is available.