【react-router4.0+】版本導入browserHistory失效('BrowserHistory' is not exported from 'react-router')

當在js文件中引用:

import {BrowserHistory} from 'react-router'

報錯:

./src/pages/store.js
Attempted import error: 'BrowserHistory' is not exported from 'react-router'.

 

 

react-router4.0官方文檔裏已經廢棄了:BrowserHistory。

在2.0版本中:

 

現在解決辦法:

首先先在history.js中:

在其他文件中引用:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章