sprewell20051116/JavascriptCourse

Subject 13 react - setup JSX

Opened this issue · 1 comments

第一步就 GG

ERROR in ./app/index.js
Module build failed: SyntaxError: Unexpected token (5:2)

  3 | import ReactDOM from 'react-dom';
  4 | ReactDOM.render(
> 5 |   <div> React Application! </div>, document.getElementByID('root');
    |   ^
  6 | );
  7 |