PropTypes 属性已经从最新版react中删除 原写法: import React, { Component, PropTypes, } from 'react' 新写法 import PropTypes from 'prop-types';