无法找到Fluxible createStore模块/无法解析?

时间:2016-05-14 04:48:48

标签: reactjs fluxible

我在尝试创建商店时遇到错误,特别是UserStore:

错误:无法找到模块' fluxible-app / utils / createStore'

我该如何解决这个问题?

我正在使用的项目/代码如下:

https://github.com/jaxoncreed/the-next-facebook/blob/76b2651f7d04c3df569dfcf5f1460ed82678b807/stores/UserStore.js

1 个答案:

答案 0 :(得分:0)

您似乎同时安装了fluxible-appfluxiblefluxible-appfluxible的前身,不再需要。

您可以通过createStore而不是使用fluxible-app获取require('fluxible/addons/createStore')

请参阅http://fluxible.io/addons/createStore.html