1. this.setState is not a function 或者 this.setState is undefined
在 constructor 中加入
this.select = this.select.bind(this)
http://blog.csdn.net/u014041033/article/details/50820022
http://www.jianshu.com/p/94fc8c1871c0
1. this.setState is not a function 或者 this.setState is undefined
在 constructor 中加入
this.select = this.select.bind(this)
http://blog.csdn.net/u014041033/article/details/50820022
http://www.jianshu.com/p/94fc8c1871c0
原文:http://www.cnblogs.com/daxueshan/p/8026803.html