The error “Component is not defined” is triggered when you use the Component class in React without actually importing it . For example: import React from “react”; class Hello extends Component { render(){ return <h1> Hello World~ </h1> } } export default Hello; … Or you can extends React.3 Kas 2020