You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
themeteorchef
changed the title
A couple of errors I am getting
React Bootstrap deps throwing React errors in browser console
Apr 21, 2017
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.
The text was updated successfully, but these errors were encountered: