‘React’ must be in scope when using JSX react/react-in-jsx-scope? November 25, 2022 by Tarik The import line should be: import React, { Component } from 'react'; Note the uppercase R for React.