Package currently still uses propTypes from react. As per [email protected] this has been deprecated and an external package can be used instead.
Package functions as anticipated this is just an update that needs to be made to the code base to stay current with the react ecosystem.
Following error message is showing in the browser console:

React Hot Loader version:
"react-hot-loader": "3.0.0-beta.6",
Run these commands in the project folder and fill in their results:
node -v: 7.7.2npm -v: 4.1.2Then, specify:
MacOS Sierra 10.12.4Google Chrome Version 57.0.2987.133 (64-bit)Opening a PR will reference Issue there and PR here.
Closing. I was mistake with the use of propTypes in the package. Issue was coming from redbox-react not this package.
I think this issue is still relevant since redbox-react is a dependency of react-hot-loader. The dependency should be upgraded to 1.3.6 to fix the warnings.
Yeah, I think this needs to be re-opened. Seeing this as well and I think this is the last item that needs to be updated in my project(s) to use prop-types but its hard to tell because it doesn't tell you exactly where its being used still.
Most helpful comment
Yeah, I think this needs to be re-opened. Seeing this as well and I think this is the last item that needs to be updated in my project(s) to use
prop-typesbut its hard to tell because it doesn't tell you exactly where its being used still.