React debe estar en alcance cuando se usa JSX React/React-in-JSX-Scope
// This line should be there as shows
import React, { Component } from 'react';
Cooperative Chimpanzee