React.PropTypesはReact15.5.0以降非推奨です。代わりに、npmモジュールのprop-typesを使用してください。react/ no-de



React Proptypes Is Deprecated Since React 15



./src/models/products.js Line 1: 'dva' is defined but never used no-unused-vars ./src/components/ProductList.js Line 1: React.PropTypes is deprecated since React 15.5.0, use the npm module prop-types instead react/no-deprecated Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.