When using JSX, it's usually required to have
import
from React in the file scope. Otherwise, the code may not compile properly. The inspection is disabled in projects with React 17 because the version no longer requires the React import.