当在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中:
在其他文件中引用: