0

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

错误:找不到模块“fluxible-app/utils/createStore”

我该如何解决这个问题?

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

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

4

1 回答 1

0

看起来您同时拥有fluxible-appfluxible安装了两者。fluxible-app是前身,fluxible不再需要。

您可以createStore通过require('fluxible/addons/createStore')而不是从fluxible-app获得。

http://fluxible.io/addons/createStore.html

于 2016-05-14T05:19:43.820 回答