reactjs – React-router错误:超级表达式必须为null或函数

前端之家收集整理的这篇文章主要介绍了reactjs – React-router错误:超级表达式必须为null或函数前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我是新的反应路由器( https://github.com/rackt/react-router).我这样反应后包括它:
<script src="http://fb.me/react-0.12.2.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reactrouter/0.13.2/ReactRouter.js"></script>

我有错误
未捕获TypeError:超级表达式必须为null或函数,而不是未定义

我做错了什么?

我通过将反应版本升级到0.13.3来解决问题
npm install react@0.13.3
原文链接:https://www.f2er.com/react/301184.html

猜你在找的React相关文章