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
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
I tracked it down to react-redbox being outdated, which is a dependency of react-hot-loader. The newest 3.0.0-beta.7 version has react-redbox updated, so I assume the warning will be gone after updating react-hot-loader.
The text was updated successfully, but these errors were encountered:
When working in the dev mode I get this warning:
I tracked it down to
react-redbox
being outdated, which is a dependency ofreact-hot-loader
. The newest3.0.0-beta.7
version hasreact-redbox
updated, so I assume the warning will be gone after updatingreact-hot-loader
.The text was updated successfully, but these errors were encountered: