react-keeper
react-keeper copied to clipboard
typescript 中使用 react-keeper 报错
npm start 运行后 报错如下 TypeError: Cannot read property 'location' of undefined 路由版本为 "react-router": "^4.3.1"
react-router?
是的 react-router 报错
` 62 | 63 | var route = router.route; 64 |
65 | var pathname = (location || route.location).pathname; 66 | 67 | return matchPath(pathname, { path: path, strict: strict, exact: exact, sensitive: sensitive }, route.match); 68 | };`