Uncaught SyntaxError: Unexpected token '!'

React today to do a project, when introducing JS files, encountered a problem, console output as shown below:

When the original is introduced react careless mistake written `import React, {Component} from 'React';` right should be `import React, {Component} from 'react';`

Although it is a small mistake, but after reminding myself to care. Then record.

Published 14 original articles · won praise 0 · Views 557

Guess you like

Origin blog.csdn.net/a1059526327/article/details/104314982