标签:
1.React-router error: super expression must either be null or a function
原因:引入babel后写ES6风格的代码:
class ComponentXX extends React.component{} 这里的C小写了,导致产生这个bug
改为大写就可以 ,不引入router不会产生这个bug
React 踩坑记录
原文地址:http://www.cnblogs.com/JhoneLee/p/5724297.html