React Functional Component Marked Incorrectly by ESLint? Follow Bartosz Walusiak Created February 05, 2020 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.