You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
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