我真的不知道发生了什么,花了一整天时间试图找出问题所在。
升级版本react-router:" ^ 1.0.3"和"历史":" ^ 1.17.0"
总是得到这个好警告信息:
警告:位置" /"没有匹配任何路线
路由器在这里 https://github.com/darul75/web-react/blob/master/app/app-dev.js#L7
我的路线 https://github.com/darul75/web-react/blob/master/app/routes.js
正在寻找使用堆栈调试但是很棘手
function matchRoutes(routes, location, callback) {}
没有成功,任何一个帮助我的人都会很好
答案 0 :(得分:4)
在application
中,更改
app-dev.js
至import Router from 'react-router';
和
import {Router} from 'react-router';
至const routes = require('./routes');