Get this when using react-tunnel:
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
from:
function createProvider(React) {
var Component = React.Component;
var PropTypes = React.PropTypes;
Get this when using react-tunnel:
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.from: