React无法读取属性' __ reactAutoBindMap'为null

时间:2015-10-20 11:02:47

标签: javascript reactjs

在我的一个React组件的render方法中,我有以下代码,我在其中决定是否呈现表单。

{ this.state.hideForm == false
?    <ListAddition classification={this.props.data} />
: null}

但是,我在代码的第二行收到以下错误:

Cannot read property '__reactAutoBindMap' of null

我确信this.props变量已被正确实例化。可能是什么原因造成的?

0 个答案:

没有答案