With React 15.5, importing PropTypes from React is deprecated in favour of importing from the new 'prop-types' package. See this link: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html Thus, using react-toolbox with the latest version of react gives a deprecation warning in the console. Will look into a PR for this.