码迷,mamicode.com
首页 > 其他好文 > 详细

React 项目使用 React-router-dom 4.0 以上版本时使用 HashRouter 怎么控制 history

时间:2018-10-29 10:23:58      阅读:838      评论:0      收藏:0      [点我收藏+]

标签:route   not   out   creat   push   解决   from   引入   tor   

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

解决方案是安装使用 history 模块

import createBrowserHistory from "history/createBrowserHistory";
const customHistory = createBrowserHistory();

<Router history  = {customHistory} />

注意引入的 HashRouter 改变成 Router

React 项目使用 React-router-dom 4.0 以上版本时使用 HashRouter 怎么控制 history

标签:route   not   out   creat   push   解决   from   引入   tor   

原文地址:https://www.cnblogs.com/zhourongcode/p/9868470.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!