react component 语法报错解决

Posted 龙鸿轩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react component 语法报错解决相关的知识,希望对你有一定的参考价值。

React es6语法 

class Counter extends Component {
static propTypes = {

报错。

两个解决方案:

1.等号改为冒号,但是看着别扭

2.yarn add babel-preset-stage-0

{
"presets": ["react", "es2015", "stage-0"]

}

以上是关于react component 语法报错解决的主要内容,如果未能解决你的问题,请参考以下文章

react-router 报错React.createElement: type is invalid ...解决方法

升级Ubuntu 16.04之后报错解决方法

React 报错 Attempted import error: 'injectGlobal' is not exported from 'styled-components&

React报错Unexpected default export of anonymous class import/no-anonymous-default-export已解决

React Native报错undefined is not an object(evaluating ‘_reactnative.propTypes’)解决办法

React报错:Error: Element type is invalid: expected a string (for built-in components) or a class/funct