react-router-redux - syncHistoryWithStore似乎缺失了

时间:2017-04-12 20:12:07

标签: reactjs npm react-router react-redux react-router-redux

我下载了一个react路由器和redux教程(来自https://learnredux.com/,如果你知道这一点)并使用它。我想将我的代码复制到facebook(https://facebook.github.io/react/docs/installation.html)的标准应用程序中。虽然我安装了所有依赖项,但我没有让它工作。

尝试了很多console.log()我可以发现syncHistoryWithStore给了我一个undefined

我对npm很新,这样的东西来自简单的html。有没有一种聪明的方法来跟踪我的问题,检查我缺少的依赖关系或解决这样的问题需要什么?

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

我正在阅读相同的教程。我用的时候:

import { syncHistoryWithStore } from 'react-router-redux';

而不是:

import { syncHistoryWithStore } from 'react-router';

它开始工作了。我希望有所帮助。