react-keeper icon indicating copy to clipboard operation
react-keeper copied to clipboard

typescript 中使用 react-keeper 报错

Open abcde158308 opened this issue 7 years ago • 3 comments

npm start 运行后 报错如下 TypeError: Cannot read property 'location' of undefined 路由版本为 "react-router": "^4.3.1"

abcde158308 avatar Dec 12 '18 01:12 abcde158308

react-router?

lanistor avatar Dec 12 '18 03:12 lanistor

是的 react-router 报错

abcde158308 avatar Dec 12 '18 10:12 abcde158308

` 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 | };`

abcde158308 avatar Dec 12 '18 10:12 abcde158308