Create a React Component Unable to submit

I have problem completing this section of course. The solution is simple one but i get the error // running tests Uncaught TypeError: window._d13258538977243006 is not a function
Please help me understand what is happening. I am unable to go forward with the course.

  **My code so far**

class MyComponent extends React.Component {
constructor(props) {
  super(props);
}
render() {
  // change code below this line
  return (
    <div>
     <h1>Hello React!</h1>
    </div>
  );
  // change code above this line
}
};
  **My browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Create a React Component

Link to the challenge:

It is solved now. Don’t know the reason. Maybe the server was slow.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.