大部分的报错是这样的:
webpack:///./~/react/~/fbjs/lib/warning.js?:45 Warning: bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you
我不是想问这是什么错误, 而是想问, react 能否配置为更完善的错误信息, 比如至少告诉我这个 bing 警告出现在源代码哪一行.
不能,运气好的话可以在调用栈中找到。
Dan Abramov
吐槽过:另外针对这个报错信息,原因是在使用了
React.createClass
的情况下不需要给事件的handler额外bindthis
。