I am getting an error in fluxible when attempting to create a store, specifically UserStore:
Error: Cannot find module 'fluxible-app/utils/createStore'
How do I get around this?
The project/code I am working with is the following:
Looks like you have both fluxible-app
and fluxible
installed at the same time. fluxible-app
is the predecessor to fluxible
and is no longer necessary.
You can get get createStore
via require('fluxible/addons/createStore')
instead of from fluxible-app.