в моей консоли Chrome я вижу следующие предупреждения:
Module Warning (from /Users/me/sites/site/node_modules/react-scripts/node_modules/eslint-loader/index.js):
Line 365:16: Using propTypes from another component is not safe because they may be removed in production builds react/forbid-foreign-prop-types
Line 365:45: Using propTypes from another component is not safe because they may be removed in production builds react/forbid-foreign-prop-types
В документах я пытался отключить это предупреждение, добавив в начало файла следующее, вызывающее предупреждение:
/* eslint-disable no-underscore-dangle, forbid-foreign-prop-types */
Это не имеет никакого эффекта, чтобы заставить замолчать предупреждение.Что я делаю не так?