React Functional Component Marked Incorrectly by ESLint? Permanently deleted user 创建于 2020年02月05日 17:47
You will face the same issue when running ESLint in terminal; the problem is that your component name starts with lowercase. Please see https://github.com/facebook/react/issues/17736
That's brilliant thank you for the redirect.