Question from the React (legacy) test

What is wrong with this React code? ```javascript React.render( <MyApp/> , document.body ); ```

Easy

What is(are) the problem(s) with this code?

React.render(
 <MyApp/>,
  document.body
);
```
Author: josueStatus: Published(Update)Question passed 249 times
Edit
0
Community Evaluations
developer avatar
Laurent Veyrat
18/11/2024
Merci de traduire les réponses en français svp !