react-websocket
react-websocket copied to clipboard
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
Getting React.PropTypes deprecated warning with React latest 15.5 version. Can we have react to be upgraded and use import PropTypes from 'prop-types' instead of React.PropTypes?
The pull request #15 fixes this issue.
Can't this be closed now?