react-mailto
react-mailto copied to clipboard
Warning when on React 15
I'm on React 15.5.4 and I'm getting the following error when using react-mailto
:
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
@hundsim this deprecation warning is because of the changes listed here: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
I'll try to update this soon. In the meantime this warning should not effect any functionality in your application.
Upgraded my app to React 16 today (and _react.PropTypes is now gone in favor of the prop-types package). Any chance this can get fixed?
Upgraded to React 16 please