react-template
react-template copied to clipboard
'React' must be in scope when using JSX
Describe the bug 'React' must be in scope when using JSXeslint[react/react-in-jsx-scope]
Starting with React 17, we no longer need to import React in each component. But now ESLint is complaining about the absence of this import.
Possible fix: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/react-in-jsx-scope.md
Will fix, thanks