Conversation
...to see error detail
| class Post extends Component { | ||
| render() { | ||
| return ( | ||
| <div> |
There was a problem hiding this comment.
JSC_PARSE_ERROR: Parse error. primary expression expected
(at-me in a reply with help or ignore)
| return ( | ||
| <div> | ||
| {console.log('test')} | ||
| </div> |
There was a problem hiding this comment.
E041: Unrecoverable syntax error. (42% scanned).
(at-me in a reply with help or ignore)
| return ( | ||
| <div> | ||
| {console.log('test')} | ||
| </div> |
There was a problem hiding this comment.
E015: Unclosed regular expression.
(at-me in a reply with help or ignore)
| class Post extends Component { | ||
| render() { | ||
| return ( | ||
| <div> |
There was a problem hiding this comment.
JSC_PARSE_ERROR: Parse error. primary expression expected
(at-me in a reply with help or ignore)
| return ( | ||
| <div> | ||
| {console.log('test')} | ||
| </div> |
There was a problem hiding this comment.
E015: Unclosed regular expression.
(at-me in a reply with help or ignore)
| return ( | ||
| <div> | ||
| {console.log('test')} | ||
| </div> |
There was a problem hiding this comment.
E041: Unrecoverable syntax error. (42% scanned).
(at-me in a reply with help or ignore)
...to see error detail