yezihaohao / react-admin

:sparkles: react-admin system solution : react 后台管理系统解决方案
https://admiring-dijkstra-34cb29.netlify.com/
MIT License
6.64k stars 1.87k forks source link

同一个菜单项,比如“首页”,连续点击第二次会报警告 #32

Closed tryrefine closed 6 years ago

tryrefine commented 6 years ago

Warning: Hash history cannot PUSH the same path; a new entry will not be added to the history stack

yezihaohao commented 6 years ago

这个是reactr-router的一个提示,当前路由下的history不能push相同的路径。只有开发环境存在,生产环境不存在,目前还没看到官方有去掉的意思。看不惯的话可以采取一些方法关掉这个提示。具体可以参考https://github.com/ReactTraining/react-router/issues/4467