React must be in scope when using JSX preact code example
Example: 'React' must be in scope when using JSX react/react-in-jsx-scope
// This line should be there as shows
import React, { Component } from 'react';
// This line should be there as shows
import React, { Component } from 'react';